Spread Windows Forms 17
FarPoint.Excel Assembly / FarPoint.Excel Namespace / Legend Class / fVert Property


In This Topic
    fVert Property
    In This Topic
    Syntax
    'Declaration
     
    
    Public Property fVert As Byte
    'Usage
     
    
    Dim instance As Legend
    Dim value As Byte
     
    instance.fVert = value
     
    value = instance.fVert
    public byte fVert {get; set;}
    See Also