GrapeCity.Spreadsheet アセンブリ > GrapeCity.Spreadsheet 名前空間 > Worksheet クラス : ClearShapes メソッド |
'Declaration
Public Function ClearShapes( _ ByVal row As Integer, _ ByVal column As Integer, _ ByVal rowCount As Integer, _ ByVal columnCount As Integer _ ) As ActionResult(Of Object)
public ActionResult<object> ClearShapes( int row, int column, int rowCount, int columnCount )