Spread Windows Forms 17
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / WorkbookSet Class / ColorManager Property


In This Topic
    ColorManager Property (WorkbookSet)
    In This Topic
    Gets the color manager of the WorkbookSet.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property ColorManager As ColorManager
    'Usage
     
    
    Dim instance As WorkbookSet
    Dim value As ColorManager
     
    value = instance.ColorManager
    public ColorManager ColorManager {get;}

    Property Value

    A ColorManager object represents the color manager.
    See Also