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


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