In This Topic
Gets or sets the number of columns the cell occupies.
Syntax
'Declaration
<System.ComponentModel.DefaultValueAttribute(1)>
<JsonAttribute(False)>
Public Property ColSpan As System.Integer
'Usage
Dim instance As Cell
Dim value As System.Integer
instance.ColSpan = value
value = instance.ColSpan
[System.ComponentModel.DefaultValue(1)]
[Json(false)]
public System.int ColSpan {get; set;}
public read-write property ColSpan: System.Integer;
System.ComponentModel.DefaultValueAttribute(1)
JsonAttribute()
public function get,set ColSpan : System.int
[System.ComponentModel.DefaultValue(1)]
[Json(false)]
public: __property System.int get_ColSpan();
public: __property void set_ColSpan(
System.int value
);
[System.ComponentModel.DefaultValue(1)]
[Json(false)]
public:
property System.int ColSpan {
System.int get();
void set ( System.int value);
}
See Also