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

In This Topic
    get_TextMatrix Method
    In This Topic
    Syntax
    'Declaration
     
    
    Public Function get_TextMatrix( _
       ByVal r As Integer, _
       ByVal c As Integer _
    ) As String
    public string get_TextMatrix( 
       int r,
       int c
    )

    Parameters

    r
    c
    See Also