Web API Edition | ComponentOne
C1.Web.Api.Excel Namespace / Worksheet Class / Rows Property

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