'Declaration Public Sub Init( _
ByVal editorThe spreadsheet editor.As SpreadsheetEditor, _
ByVal textThe text to find.As System.String, _
ByVal startWorksheetThe starting worksheet.As Vintasoft.Imaging.Office.Spreadsheet.Document.Worksheet, _
ByVal startCellThe starting cell reference. Can be null.As Vintasoft.Imaging.Office.Spreadsheet.Document.CellReference, _
ByVal selectedCellsThe selected cells. Can be null.() As Vintasoft.Imaging.Office.Spreadsheet.Document.CellReferences, _
ByVal selectedCellsIndexThe index of start cell in 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
- The spreadsheet editor.
- text
- The text to find.
- startWorksheet
- The starting worksheet.
- startCell
- The starting cell reference. Can be null.
- selectedCells
- The selected cells. Can be null.
- selectedCellsIndex
- The index of start cell in selectedCells.