BookmarkHyperlink
SourceBounds Property
|
Gets or sets the source bounds of the rectangle.
Namespace:
Spire.Xls
Assembly:
Spire.XLS (in Spire.XLS.dll) Version: 15.4.0.0 (15.4.0.5046)
Syntax
public RectangleF SourceBounds { get; set; }
Public Property SourceBounds As RectangleF
Get
Set
public:
property RectangleF SourceBounds {
RectangleF get ();
void set (RectangleF value);
}
member SourceBounds : RectangleF with get, set
Property Value
Type:
RectangleF
See Also