GrapeCity.Spreadsheet アセンブリ > GrapeCity.Spreadsheet 名前空間 > Worksheet クラス : Clear(Int32,Int32,Int32,Int32,ManipulationOptions) メソッド |
'Declaration
Public Function Clear( _ ByVal row As Integer, _ ByVal column As Integer, _ ByVal rowCount As Integer, _ ByVal columnCount As Integer, _ ByVal options As ManipulationOptions _ ) As ActionResult(Of Object)
public ActionResult<object> Clear( int row, int column, int rowCount, int columnCount, ManipulationOptions options )
true
、それ以外の場合はfalse
。