Spread ASP.NET 16
FarPoint.Web.Spread Assembly / FarPoint.Web.Spread.Model Namespace / IExpressionConsumer Interface / GetCellRanges Method


In This Topic
    GetCellRanges Method
    In This Topic
    Gets the cell ranges where the object is in effect.
    Syntax
    'Declaration
     
    Function GetCellRanges() As List(Of CellRange)
    'Usage
     
    Dim instance As IExpressionConsumer
    Dim value As List(Of CellRange)
     
    value = instance.GetCellRanges()
    List<CellRange> GetCellRanges()
    See Also