Spread Silverlight Documentation
Bounds Property


GrapeCity.Windows.SpreadSheet.Data Namespace > LineItem Class : Bounds Property
Gets the boundary of the line.
Syntax
'Declaration
 
Public ReadOnly Property Bounds As System.Collections.Generic.List(Of Rect)
'Usage
 
Dim instance As LineItem
Dim value As System.Collections.Generic.List(Of Rect)
 
value = instance.Bounds
public System.Collections.Generic.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