public bool RowHeaderVisible {get; set;}
'Declaration Public Property RowHeaderVisible As Boolean
'Declaration
Public Property RowHeaderVisible As Boolean
FarPoint.Web.Spread.SheetView sv; sv = FpSpread1.ActiveSheetView; sv.RowHeaderVisible = false;
Dim sv As New FarPoint.Web.Spread.SheetView sv = FpSpread1.ActiveSheetView sv.RowHeaderVisible = False
SheetView クラス SheetView メンバ Visible プロパティ
ヘッダ
© MESCIUS inc. All rights reserved.