public virtual int RowCount {get; set;}
'Declaration Public Overridable Property RowCount As Integer
'Declaration
Public Overridable Property RowCount As Integer
シートの列数を取得または設定するには、ColumnCountプロパティを使用します。
FarPoint.Web.Spread.SheetView sv; sv = FpSpread1.ActiveSheetView; sv.RowCount = 6;
Dim sv As FarPoint.Web.Spread.SheetView sv = FpSpread1.ActiveSheetView sv.RowCount = 6
SheetView クラス SheetView メンバ ColumnCount プロパティ
行数と列数
© MESCIUS inc. All rights reserved.