Spread ASP.NET 17
FarPoint.Web.Spread Assembly / FarPoint.Web.Spread Namespace / ExcelSparklineGroup Class / GetGroupCoverCellRange Method


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