ASP.NET Core 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 System.Nullable(Of Single)
    'Usage
     
    
    Dim instance As WorkbookTableBandedStyle
    Dim value As System.Nullable(Of Single)
     
    instance.Size = value
     
    value = instance.Size
    public System.Nullable<float> Size {get; set;}
    public read-write property Size: System.Nullable; 
    public function get,set Size : System.Nullable
    public: __property System.Nullable<float> get_Size();
    public: __property void set_Size( 
       System.Nullable<float> value
    );
    public:
    property System.Nullable<float> Size {
       System.Nullable<float> get();
       void set (    System.Nullable<float> value);
    }
    See Also