Spread WPF 18
GrapeCity.Spreadsheet.Drawing Namespace / IShapeBase Interface / Apply Method


In This Topic
    Apply Method (IShapeBase)
    In This Topic
    Applies to the specified shape formatting that's been copied by using the PickUp method.
    Syntax
    'Declaration
     
    Sub Apply() 
    'Usage
     
    Dim instance As IShapeBase
     
    instance.Apply()
    void Apply()
    See Also