'Declaration Public Sub ClearRange( _ ByVal row As Integer, _ ByVal column As Integer, _ ByVal rowCount As Integer, _ ByVal columnCount As Integer, _ ByVal dataOnly As Boolean _ )
'Declaration
Public Sub ClearRange( _ ByVal row As Integer, _ ByVal column As Integer, _ ByVal rowCount As Integer, _ ByVal columnCount As Integer, _ ByVal dataOnly As Boolean _ )
public void ClearRange( int row, int column, int rowCount, int columnCount, bool dataOnly )
FpSpread1.Sheets[0].ClearRange(0, 0, 2, 2, false);
FpSpread1.Sheets(0).ClearRange(0, 0, 2, 2, False)
SheetView クラス SheetView メンバ
© 2003-2015, GrapeCity inc. All rights reserved.