GrapeCity.Spreadsheet アセンブリ > GrapeCity.Spreadsheet.UI 名前空間 > UIHelper クラス : GetEditCommands メソッド |
'宣言
Public Shared Function GetEditCommands( _ ByVal worksheet As IWorksheet, _ ByVal editingRow As Integer, _ ByVal editingColumn As Integer, _ ByVal isSetMultipleCells As Boolean, _ ByVal autoCreateCalcuatedColumns As Boolean, _ ByVal autoExpandTable As Boolean, _ ByVal cellValue As CellValue, _ ByVal formula As String, _ ByVal isArrayFormula As Boolean _ ) As Command()
public static Command[] GetEditCommands( IWorksheet worksheet, int editingRow, int editingColumn, bool isSetMultipleCells, bool autoCreateCalcuatedColumns, bool autoExpandTable, CellValue cellValue, string formula, bool isArrayFormula )