Spread Windows Forms 15.0
FarPoint.Excel Assembly / FarPoint.Excel Namespace / CodeName Class / codeName Property


In This Topic
    codeName Property
    In This Topic
    An XLUnicodeString structure that specifies the name used to identify the workbook object or sheet object in the VBA project embedded in this file. The value of codename.cch MUST be less than or equal to 31.
    Syntax
    'Declaration
     
    
    Public Property codeName As XLUnicodeString
    'Usage
     
    
    Dim instance As CodeName
    Dim value As XLUnicodeString
     
    instance.codeName = value
     
    value = instance.codeName
    public XLUnicodeString codeName {get; set;}
    See Also