Spread Windows Forms 15.0
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / RichText Class / GetRun Method
The run index.
The start character position of the run.
The total number of characters of the run.
The font settingsof the run.


In This Topic
    GetRun Method
    In This Topic
    Gets the attributes of the specified run.
    Syntax
    'Declaration
     
    
    Public Sub GetRun( _
       ByVal index As Integer, _
       ByRef start As Integer, _
       ByRef length As Integer, _
       ByRef font As Font _
    ) 
    'Usage
     
    
    Dim instance As RichText
    Dim index As Integer
    Dim start As Integer
    Dim length As Integer
    Dim font As Font
     
    instance.GetRun(index, start, length, font)
    public void GetRun( 
       int index,
       out int start,
       out int length,
       out Font font
    )

    Parameters

    index
    The run index.
    start
    The start character position of the run.
    length
    The total number of characters of the run.
    font
    The font settingsof the run.
    See Also