FlexSheet for WPF | ComponentOne
C1.WPF.FlexGrid Namespace / CellRangeReference Class / GetValue Method

In This Topic
    GetValue Method (CellRangeReference)
    In This Topic
    Get the value at the top/left position of the cell range.
    Syntax
    'Declaration
     
    
    Public Function GetValue() As Object
    public object GetValue()

    Return Value

    The value
    See Also