Colspan Property (CellGroup)
In This Topic
Number of grid columns spanned by the group.
Syntax
'Declaration
<System.ComponentModel.DefaultValueAttribute(1)>
Public Property Colspan As System.Integer
'Usage
Dim instance As CellGroup
Dim value As System.Integer
instance.Colspan = value
value = instance.Colspan
[System.ComponentModel.DefaultValue(1)]
public System.int Colspan {get; set;}
public read-write property Colspan: System.Integer;
System.ComponentModel.DefaultValueAttribute(1)
public function get,set Colspan : System.int
[System.ComponentModel.DefaultValue(1)]
public: __property System.int get_Colspan();
public: __property void set_Colspan(
System.int value
);
[System.ComponentModel.DefaultValue(1)]
public:
property System.int Colspan {
System.int get();
void set ( System.int value);
}
See Also