FarPoint.Web.Spread.Model 名前空間 > ISheetStyleModel インタフェース : AltRowCount プロパティ |
FarPoint.Web.Spread.Model.ISheetStyleModel iss; iss = (FarPoint.Web.Spread.Model.ISheetStyleModel)FpSpread1.ActiveSheetView.StyleModel; iss.AltRowCount = 2; Dim si As New FarPoint.Web.Spread.StyleInfo; si.BackColor = Color.Yellow; iss.SetDirectAltRowInfo(1, si);
Dim iss As FarPoint.Web.Spread.Model.ISheetStyleModel iss = FpSpread1.ActiveSheetView.StyleModel iss.AltRowCount = 2 Dim si As New FarPoint.Web.Spread.StyleInfo si.BackColor = Color.Yellow iss.SetDirectAltRowInfo(1, si)