C1.Web.Mvc.Sheet Namespace / Worksheet Class / Rows Property

In This Topic
Rows Property (Worksheet)
In This Topic
Gets the row data in the worksheet.
Syntax
'Declaration
 
<JsonAttribute(False)>
Public ReadOnly Property Rows As List(Of Row)
 
See Also