FarPoint.Win.SpreadJ アセンブリ > FarPoint.Win.Spread 名前空間 > SpreadView クラス : LeftTab プロパティ |
'Declaration Public Property LeftTab As Integer
'使用法 Dim instance As SpreadView Dim value As Integer instance.LeftTab = value value = instance.LeftTab
public int LeftTab {get; set;}
FarPoint.Win.Spread.SpreadView sv = fpSpread1.GetRootWorkbook(); sv.Sheets.Count = 5; sv.LeftTab = 2;
Dim sv As FarPoint.Win.Spread.SpreadView = FpSpread1.GetRootWorkbook sv.Sheets.Count = 5 sv.LeftTab = 2