Spread WPF 17
GrapeCity.Excel Namespace / ExcelStyle Class / Copy Method


In This Topic
    Copy Method (ExcelStyle)
    In This Topic
    Copy and create a new ExcelStyle instance
    Syntax
    'Declaration
     
    Public Function Copy() As ExcelStyle
    'Usage
     
    Dim instance As ExcelStyle
    Dim value As ExcelStyle
     
    value = instance.Copy()
    public ExcelStyle Copy()
    See Also