XlsShape
IsSizeWithCell Property
|
Determines whether the size is calculated based on the cell dimensions.
Namespace:
Spire.Xls.Core.Spreadsheet.Shapes
Assembly:
Spire.XLS (in Spire.XLS.dll) Version: 15.4.0.0 (15.4.0.5046)
Syntax
protected bool IsSizeWithCell { get; set; }
Protected Property IsSizeWithCell As Boolean
Get
Set
protected:
property bool IsSizeWithCell {
bool get ();
void set (bool value);
}
member IsSizeWithCell : bool with get, set
Property Value
Type:
Boolean
See Also