Spread Windows Forms 15.0
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / RichText Class / ClearFormat Method / ClearFormat(Int32,Int32) Method
The start position of the text run.
The length of the text run.


In This Topic
    ClearFormat(Int32,Int32) Method
    In This Topic
    Clears the format of the specified text run.
    Syntax
    'Declaration
     
    
    Public Overloads Sub ClearFormat( _
       ByVal start As Integer, _
       ByVal length As Integer _
    ) 
    'Usage
     
    
    Dim instance As RichText
    Dim start As Integer
    Dim length As Integer
     
    instance.ClearFormat(start, length)
    public void ClearFormat( 
       int start,
       int length
    )

    Parameters

    start
    The start position of the text run.
    length
    The length of the text run.
    See Also