XlsShape
IsMoveWithCell Property
|
Determines whether the object moves with the cell it is associated with.
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 IsMoveWithCell { get; set; }
Protected Property IsMoveWithCell As Boolean
Get
Set
protected:
property bool IsMoveWithCell {
bool get ();
void set (bool value);
}
member IsMoveWithCell : bool with get, set
Property Value
Type:
Boolean
See Also