Spread Windows Forms 15.0
FarPoint.Excel Assembly / FarPoint.Excel Namespace / CatSerRange Class / catCross Property


In This Topic
    catCross Property
    In This Topic
    Syntax
    'Declaration
     
    
    Public Property catCross As Short
    'Usage
     
    
    Dim instance As CatSerRange
    Dim value As Short
     
    instance.catCross = value
     
    value = instance.catCross
    public short catCross {get; set;}
    See Also