Spread Windows Forms 15.0
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / SparklineGroup Class / GetUnionedRange Method


In This Topic
    GetUnionedRange Method
    In This Topic
    Gets the minimum range that contains all sparklines of this sparklilne group.
    Syntax
    'Declaration
     
    
    Public Function GetUnionedRange() As Reference
    'Usage
     
    
    Dim instance As SparklineGroup
    Dim value As Reference
     
    value = instance.GetUnionedRange()
    public Reference GetUnionedRange()
    See Also