Xceed Workbooks for .NET v3.0 Documentation
Xceed.Workbooks.NET Assembly / Xceed.Workbooks.NET Namespace / Row Class


In This Topic
    Row Class Properties
    In This Topic

    For a list of all members of this type, see Row members.

    Public Properties
     NameDescription
    Public PropertyGets the RowCellCollection.  
    Public PropertySets the DataValidation used by the Row.  
    Public PropertyGets or sets the height of a specific Row.  
    Public PropertyGets the Id of the row within the worksheet. The first row has an Id of 0 while last row has an Id of 1048575. (Inherited from Xceed.Workbooks.NET.LinearWorksheetElement)
    Public PropertyGets or sets if the Row or Column is hidden or not. (Inherited from Xceed.Workbooks.NET.LinearWorksheetElement)
    Public PropertyGets the Style used by the Worksheet element. (Inherited from Xceed.Workbooks.NET.StyledWorksheetElement)
    Top
    See Also