ComponentOne Excel for UWP
C1.UWP.Excel Assembly / C1.Xaml.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 System.String
    public System.string CodeName {get; set;}
    See Also