Spread Windows Forms 17
FarPoint.Excel Assembly / FarPoint.Excel Namespace / SeriesCache Class / Show3D Property


In This Topic
    Show3D Property
    In This Topic
    Syntax
    'Declaration
     
    
    Public Property Show3D As Boolean
    'Usage
     
    
    Dim instance As SeriesCache
    Dim value As Boolean
     
    instance.Show3D = value
     
    value = instance.Show3D
    public bool Show3D {get; set;}
    See Also