Spread Windows Forms 17
FarPoint.Excel Assembly / FarPoint.Excel Namespace / ExternSheet Class / cXTI Property


In This Topic
    cXTI Property
    In This Topic
    Syntax
    'Declaration
     
    
    Public Property cXTI As UShort
    'Usage
     
    
    Dim instance As ExternSheet
    Dim value As UShort
     
    instance.cXTI = value
     
    value = instance.cXTI
    public ushort cXTI {get; set;}
    See Also