Spread Windows Forms 15.0
FarPoint.Excel Assembly / FarPoint.Excel Namespace / MarkerFormat Class / imk Property


In This Topic
    imk Property
    In This Topic
    Syntax
    'Declaration
     
    
    Public Property imk As MarkerType
    'Usage
     
    
    Dim instance As MarkerFormat
    Dim value As MarkerType
     
    instance.imk = value
     
    value = instance.imk
    public MarkerType imk {get; set;}
    See Also