PrintDocument for WinForms | ComponentOne
C1.PrintDocument.6 Assembly / C1.C1Preview Namespace / StyleCollection Class / Add Method

In This Topic
    Add Method (StyleCollection)
    In This Topic
    Creates a new Style object and adds it to the current collection.
    Syntax
    'Declaration
     
    Public Function Add() As Style
    public Style Add()

    Return Value

    The created Style object.
    See Also