Spread ASP.NET 16
FarPoint.Web.Spread Assembly / FarPoint.Web.Spread Namespace / RangeElement<T> Class / CellRanges Property


In This Topic
    CellRanges Property
    In This Topic
    Gets the cell ranges.
    Syntax
    'Declaration
     
    Public ReadOnly Property CellRanges As List(Of CellRange)
    'Usage
     
    Dim instance As RangeElement(Of T)
    Dim value As List(Of CellRange)
     
    value = instance.CellRanges
    public List<CellRange> CellRanges {get;}
    See Also