Spread Windows Forms 17
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / RichText Class / GetFormat Method
The start position of the text run.


In This Topic
    GetFormat Method
    In This Topic
    Gets the font at the specified position.
    Syntax
    'Declaration
     
    
    Public Function GetFormat( _
       ByVal start As Integer _
    ) As Font
    'Usage
     
    
    Dim instance As RichText
    Dim start As Integer
    Dim value As Font
     
    value = instance.GetFormat(start)
    public Font GetFormat( 
       int start
    )

    Parameters

    start
    The start position of the text run.

    Return Value

    The font at the specified position.
    See Also