Spread Windows Forms 18
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet.Printing Namespace / TextLine Structure / Rect Field


In This Topic
    Rect Field
    In This Topic
    Syntax
    'Declaration
     
    
    Public Rect As Rectangle
    'Usage
     
    
    Dim instance As TextLine
    Dim value As Rectangle
     
    value = instance.Rect
     
    instance.Rect = value
    public Rectangle Rect
    See Also