Document Solutions for Excel, .NET Edition | Document Solutions
GrapeCity.Documents.Excel Namespace / IWorksheet Interface / Rows Property
In This Topic
    Rows Property (IWorksheet)
    In This Topic
    Returns the IRange object that represents all the rows on the specified worksheet. This is read-only Range object.
    Syntax
    IRange Rows {get;}
    See Also