Spread Windows Forms 17
FarPoint.Excel Assembly / FarPoint.Excel Namespace / AlRuns Class / rgRuns Property


In This Topic
    rgRuns Property
    In This Topic
    Syntax
    'Declaration
     
    
    Public Property rgRuns As FormatRun()
    'Usage
     
    
    Dim instance As AlRuns
    Dim value() As FormatRun
     
    instance.rgRuns = value
     
    value = instance.rgRuns
    public FormatRun[] rgRuns {get; set;}
    See Also