Spread Windows Forms 15.0
FarPoint.Excel Assembly / FarPoint.Excel Namespace / PtgArea Class / ixti_bak Property


In This Topic
    ixti_bak Property (PtgArea)
    In This Topic
    Syntax
    'Declaration
     
    
    Public Property ixti_bak As Nullable(Of UShort)
    'Usage
     
    
    Dim instance As PtgArea
    Dim value As Nullable(Of UShort)
     
    instance.ixti_bak = value
     
    value = instance.ixti_bak
    public Nullable<ushort> ixti_bak {get; set;}
    See Also