Spread Windows Forms 15.0
FarPoint.Excel Assembly / FarPoint.Excel Namespace / ValueRange Class / fMaxCross Property


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