'Declaration Public Sub Init( _
ByVal editorРедактор электронных таблиц.As SpreadsheetEditor, _
ByVal textТекст, который нужно найти.As System.String, _
ByVal startWorksheetНачальный рабочий лист.As Vintasoft.Imaging.Office.Spreadsheet.Document.Worksheet, _
ByVal startCellСсылка на начальную ячейку. Может быть null.As Vintasoft.Imaging.Office.Spreadsheet.Document.CellReference, _
ByVal selectedCellsВыбранные ячейки. Может быть null.() As Vintasoft.Imaging.Office.Spreadsheet.Document.CellReferences, _
ByVal selectedCellsIndexИндекс начальной ячейки в selectedCells.As System.Int32 _
)
public void Init(
SpreadsheetEditor editor,
System.String text,
Vintasoft.Imaging.Office.Spreadsheet.Document.Worksheet startWorksheet,
Vintasoft.Imaging.Office.Spreadsheet.Document.CellReference startCell,
Vintasoft.Imaging.Office.Spreadsheet.Document.CellReferences[] selectedCells,
System.Int32 selectedCellsIndex
)
public: void Init(
SpreadsheetEditor* editor,
System.String text,
Vintasoft.Imaging.Office.Spreadsheet.Document.Worksheet* startWorksheet,
Vintasoft.Imaging.Office.Spreadsheet.Document.CellReference* startCell,
Vintasoft.Imaging.Office.Spreadsheet.Document.CellReferences*[]* selectedCells,
System.Int32 selectedCellsIndex
)
public:
void Init(
SpreadsheetEditor^ editor,
System.String text,
Vintasoft.Imaging.Office.Spreadsheet.Document.Worksheet^ startWorksheet,
Vintasoft.Imaging.Office.Spreadsheet.Document.CellReference^ startCell,
array<Vintasoft.Imaging.Office.Spreadsheet.Document.CellReferences^>^ selectedCells,
System.Int32 selectedCellsIndex
)
Parameters
- editor
- Редактор электронных таблиц.
- text
- Текст, который нужно найти.
- startWorksheet
- Начальный рабочий лист.
- startCell
- Ссылка на начальную ячейку. Может быть null.
- selectedCells
- Выбранные ячейки. Может быть null.
- selectedCellsIndex
- Индекс начальной ячейки в selectedCells.