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