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


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