'Declaration Public Overloads Function CreateSheetCellEditor( _
ByVal columnIndexThe column index of sheet cell to edit.As System.Int32, _
ByVal rowIndexThe row index of sheet cell to edit.As System.Int32 _
) As SheetCellEditor
public SheetCellEditor CreateSheetCellEditor(
System.Int32 columnIndex,
System.Int32 rowIndex
)
public: SheetCellEditor* CreateSheetCellEditor(
System.Int32 columnIndex,
System.Int32 rowIndex
)
public:
SheetCellEditor^ CreateSheetCellEditor(
System.Int32 columnIndex,
System.Int32 rowIndex
)
Parameters
- columnIndex
- The column index of sheet cell to edit.
- rowIndex
- The row index of sheet cell to edit.
Return Value
A new instance of SheetCellEditor.