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