Spread Windows Forms 15.0
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / RichText Class / RunCount Property


In This Topic
    RunCount Property
    In This Topic
    Gets the total number of runs in the rich text.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property RunCount As Integer
    'Usage
     
    
    Dim instance As RichText
    Dim value As Integer
     
    value = instance.RunCount
    public int RunCount {get;}
    See Also