ASP.NET MVC Controls | ComponentOne
C1.Web.Mvc.Sheet Namespace / WorkbookTableBandedStyle Class / Size Property

In This Topic
    Size Property (WorkbookTableBandedStyle)
    In This Topic
    Gets or sets the number of rows or columns in a single band of striping.
    Syntax
    'Declaration
     
    
    Public Property Size As Nullable(Of Single)
    public Nullable<float> Size {get; set;}
    See Also