Spread Windows Forms 15.0
FarPoint.Excel Assembly / FarPoint.Excel Namespace / View3DInfo Class / pcGap Property


In This Topic
    pcGap Property (View3DInfo)
    In This Topic
    Gets or sets the pc gap.
    Syntax
    'Declaration
     
    
    Public Property pcGap As UShort
    'Usage
     
    
    Dim instance As View3DInfo
    Dim value As UShort
     
    instance.pcGap = value
     
    value = instance.pcGap
    public ushort pcGap {get; set;}

    Property Value

    The pc gap.
    See Also