Spread Windows Forms 15.0
FarPoint.Excel Assembly / FarPoint.Excel Namespace / WsBool Class / fColSumsRight Property


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