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