Xceed Workbooks for .NET v3.0 Documentation
Xceed.Workbooks.NET Assembly / Xceed.Workbooks.NET Namespace / RowRange Class
Properties Methods


In This Topic
    RowRange Class Members
    In This Topic

    The following tables list the members exposed by RowRange.

    Public Properties
     NameDescription
    Public PropertyGets the number of items in the target LinearRange. (Inherited from Xceed.Workbooks.NET.LinearRange<Row>)
    Public PropertyGets the items in the range. (Inherited from Xceed.Workbooks.NET.StyledRange<T>)
    Public PropertyGets or sets the last item in the range. (Inherited from Xceed.Workbooks.NET.StyledRange<T>)
    Public PropertyGets or sets the Height of all Rows in the RowRange.  
    Public PropertyGets or sets if the Rows in the RowRange or the Columns in the ColumnRange are hidden are not.   (Inherited from Xceed.Workbooks.NET.LinearRange<Row>)
    Public PropertyGets or sets the first item in the range. (Inherited from Xceed.Workbooks.NET.StyledRange<T>)
    Public PropertyGets the Style used by the Worksheet element. (Inherited from Xceed.Workbooks.NET.StyledWorksheetElement)
    Top
    Public Methods
     NameDescription
    Public MethodOverloaded. Overridden. Adjusts the Height based on the highest Cell in the RowRange.   
    Public MethodRemoves specific elements from the LinearRange. (Inherited from Xceed.Workbooks.NET.LinearRange<Row>)
    Public Method (Inherited from Xceed.Workbooks.NET.LinearRange<Row>)
    Public Method (Inherited from Xceed.Workbooks.NET.LinearRange<Row>)
    Public MethodSearches into the content of the LinearRange and replaces all occurences of a specific value with a new value. (Inherited from Xceed.Workbooks.NET.LinearRange<Row>)
    Public MethodSearches into the content of the LinearRange and replaces all instances of the searchValues with their corresponding newValues. (Inherited from Xceed.Workbooks.NET.LinearRange<Row>)
    Public Method (Inherited from Xceed.Workbooks.NET.LinearRange<Row>)
    Top
    See Also