FarPoint.Web.Spread Assembly > FarPoint.Web.Spread.Model Namespace > ISheetStyleModel Interface : AltRowCount Property |
'Declaration Property AltRowCount As Integer
'Usage Dim instance As ISheetStyleModel Dim value As Integer instance.AltRowCount = value value = instance.AltRowCount
int AltRowCount {get; set;}
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)
Target Platforms: Windows 7, Windows 8, Windows Vista, Windows Server 2000, Windows 2000 Professional, Windows XP Professional, Windows NT 4.0 Workstation, SP6, Windows NT 4.0 Server, SP6