GrapeCity.Xaml.SpreadSheet.Data
RowSpan Property (Cell)


GrapeCity.Xaml.SpreadSheet.Data Namespace > Cell Class : RowSpan Property
Gets or sets the number of rows spanned by a cell.
Syntax
'Declaration
 
<DefaultValueAttribute()>
Public Property RowSpan As Integer
'Usage
 
Dim instance As Cell
Dim value As Integer
 
instance.RowSpan = value
 
value = instance.RowSpan
[DefaultValue()]
public int RowSpan {get; set;}

Property Value

The number of rows spanned by a cell. The default value is 1.
Remarks
If this cell represents a range of cells, then this property returns or sets the upper-left cell in the range.
See Also

Reference

Cell Class
Cell Members