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