Excel for WPF | ComponentOne
C1.WPF.Excel Namespace / XLSheet Class / CodeName Property

In This Topic
    CodeName Property
    In This Topic
    Gets or sets the code name of the XLSheet. Is need for VBA operations.
    Syntax
    'Declaration
     
    
    Public Property CodeName As String
    public string CodeName {get; set;}
    See Also