'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 _ )
public void SetActiveCell( int row, int column )
fpSpread1.ActiveSheet.SetActiveCell(2, 2);
FpSpread1.ActiveSheet.SetActiveCell(2, 2)
SheetView クラス SheetView メンバ オーバーロード一覧 ActiveCell プロパティ
© MESCIUS inc. All rights reserved.