Spread Windows Forms 17
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / Workbook Class / Authors Property


In This Topic
    Authors Property
    In This Topic
    Gets the list of authors.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property Authors As Authors
    'Usage
     
    
    Dim instance As Workbook
    Dim value As Authors
     
    value = instance.Authors
    public Authors Authors {get;}
    See Also