FlexGrid for WinForms | ComponentOne
C1.Win.C1FlexGrid.Classic Namespace / C1FlexGridClassic Class / get_ValueMatrix Method

In This Topic
    get_ValueMatrix Method
    In This Topic
    Syntax
    'Declaration
     
    
    Public Function get_ValueMatrix( _
       ByVal r As Integer, _
       ByVal c As Integer _
    ) As Double
    public double get_ValueMatrix( 
       int r,
       int c
    )

    Parameters

    r
    c
    See Also