Spread Silverlight Documentation
Row Property (Cell)


GrapeCity.Windows.SpreadSheet.Data Namespace > Cell Class : Row Property
Gets the row that contains this cell.
Syntax
'Declaration
 
Public ReadOnly Property Row As Row
'Usage
 
Dim instance As Cell
Dim value As Row
 
value = instance.Row
public Row Row {get;}

Property Value

A Row object that contains the cell.
See Also

Reference

Cell Class
Cell Members