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


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