public void SetActiveCell( int row, int column, bool clearSelection )
'Declaration Public Overloads Sub SetActiveCell( _ ByVal row As Integer, _ ByVal column As Integer, _ ByVal clearSelection As Boolean _ )
'Declaration
Public Overloads Sub SetActiveCell( _ ByVal row As Integer, _ ByVal column As Integer, _ ByVal clearSelection As Boolean _ )
'使用法 Dim instance As SheetView Dim row As Integer Dim column As Integer Dim clearSelection As Boolean instance.SetActiveCell(row, column, clearSelection)
'使用法
Dim instance As SheetView Dim row As Integer Dim column As Integer Dim clearSelection As Boolean instance.SetActiveCell(row, column, clearSelection)
fpSpread1.ActiveSheet.SetActiveCell(2, 2, false);
FpSpread1.ActiveSheet.SetActiveCell(2, 2, False)
SheetView クラス SheetView メンバ オーバーロード一覧 ActiveCell プロパティ
© 2004-2017, GrapeCity inc. All rights reserved.