FarPoint.Win.SpreadJ アセンブリ > FarPoint.Win.Spread 名前空間 > TabStrip クラス : ActiveSheetTab プロパティ |
'Declaration
Public ReadOnly Property ActiveSheetTab As SheetTab
public SheetTab ActiveSheetTab {get;}
fpSpread1.Sheets.Count = 3; FarPoint.Win.Spread.SheetTab st; st = fpSpread1.TabStrip.ActiveSheetTab; st.BackColor = Color.Red;
FpSpread1.Sheets.Count = 3 Dim st As FarPoint.Win.Spread.SheetTab st = FpSpread1.TabStrip.ActiveSheetTab st.BackColor = Color.Red