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

In This Topic
    Size Property (BandedTableSectionStyle)
    In This Topic
    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