Spread Windows Forms 17
FarPoint.Excel Assembly / FarPoint.Excel Namespace / Pattern Class / MarkSize Property


In This Topic
    MarkSize Property
    In This Topic
    Syntax
    'Declaration
     
    
    Public Property MarkSize As Integer
    'Usage
     
    
    Dim instance As Pattern
    Dim value As Integer
     
    instance.MarkSize = value
     
    value = instance.MarkSize
    public int MarkSize {get; set;}
    See Also