Spread Windows Forms 15.0
FarPoint.Excel Assembly / FarPoint.Excel Namespace / SeriesCache Class / CategotyFormula Property


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