FlexSheet for WPF | ComponentOne
C1.WPF.FlexGrid Namespace / C1FlexSheet Class / GetAddress Method
CellRange that defines the range.

In This Topic
    GetAddress Method
    In This Topic
    Gets the address of a range using Excel notation (e.g. A1).
    Syntax
    'Declaration
     
    
    Public Function GetAddress( _
       ByVal rng As CellRange, _
       ByVal fullRange As Boolean _
    ) As String
    public string GetAddress( 
       CellRange rng,
       bool fullRange
    )

    Parameters

    rng
    CellRange that defines the range.
    fullRange

    Return Value

    The address of the range using Excel notation (e.g. A1).
    See Also