GrapeCity.Xaml.SpreadSheet.Data
Bounds Property


GrapeCity.Xaml.SpreadSheet.Data Namespace > LineItem Class : Bounds Property
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

Reference

LineItem Class
LineItem Members