Spread WPF 17
GrapeCity.Windows.SpreadSheet.Data Namespace / LineItem Class / Bounds Property


In This Topic
    Bounds Property
    In This Topic
    Gets the boundary of the line.
    Syntax
    'Declaration
     
    Public ReadOnly Property Bounds As List(Of Rect)
    'Usage
     
    Dim instance As LineItem
    Dim value As List(Of Rect)
     
    value = instance.Bounds
    public List<Rect> Bounds {get;}
    Remarks
    This list consists of the boundary of all the cells this line covers.
    See Also