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

In This Topic
    set_TextMatrix Method
    In This Topic
    Syntax
    'Declaration
     
    
    Public Sub set_TextMatrix( _
       ByVal r As Integer, _
       ByVal c As Integer, _
       ByVal s As String _
    ) 
    public void set_TextMatrix( 
       int r,
       int c,
       string s
    )

    Parameters

    r
    c
    s
    See Also