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 10, Windows Vista, Windows Server 2003, Windows Server 2008, Windows Server 2012, Windows XP Professional