FarPoint.Web.Spread 名前空間 > SheetView クラス : RowCount プロパティ |
'Declaration
Public Overridable Property RowCount As Integer
public virtual int RowCount {get; set;}
シートの列数を取得または設定するには、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