Spread ASP.NET 17
FarPoint.Web.Spread Assembly / FarPoint.Web.Spread Namespace / ISparklineWebSupport Interface / GetGroupCoverCellRange Method


In This Topic
    GetGroupCoverCellRange Method (ISparklineWebSupport)
    In This Topic
    Gets the group cover cell range.
    Syntax
    'Declaration
     
    
    Function GetGroupCoverCellRange() As List(Of CellRange)
    'Usage
     
    
    Dim instance As ISparklineWebSupport
    Dim value As List(Of CellRange)
     
    value = instance.GetGroupCoverCellRange()
    List<CellRange> GetGroupCoverCellRange()
    See Also