BookmarkHyperlink
TargetBounds Property
|
Gets or sets the target 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 TargetBounds { get; set; }
Public Property TargetBounds As RectangleF
Get
Set
public:
property RectangleF TargetBounds {
RectangleF get ();
void set (RectangleF value);
}
member TargetBounds : RectangleF with get, set
Property Value
Type:
RectangleF
See Also