GcSpread.Sheets Namespace : FloatingObject class |
var instance = new GcSpread.Sheets.FloatingObject(name, x, y, width, height);
function FloatingObject;
Object
GcSpread.Sheets.FloatingObject
GcSpread.Sheets.CustomFloatingObject
GcSpread.Sheets.Picture
Name | Description | |
---|---|---|
FloatingObject Constructor | Represents a floating object. |
Name | Description | |
---|---|---|
allowMove | Gets or sets whether to disable moving the floating object. | |
allowResize | Gets or sets whether to disable resizing the floating object. | |
dynamicMove | Gets or sets whether the object moves when hiding or showing, resizing, or moving rows or columns. | |
dynamicSize | Gets or sets whether the size of the object changes when hiding or showing, resizing, or moving rows or columns. | |
endColumn | Gets or sets the end column index of the floating object position. | |
endColumnOffset | Gets or sets the offset relative to the end column of the floating object. | |
endRow | Gets or sets the end row index of the floating object position. | |
endRowOffset | Gets or sets the offset relative to the end row of the floating object. | |
fixedPosition | Gets or sets whether the position of the floating object is fixed. When fixedPosition is true, dynamicMove and dynamicSize are disabled. | |
height | Gets or sets the height of a floating object. | |
isLocked | Gets or sets whether this floating object is locked. | |
isSelected | Gets or sets whether this floating object is selected. | |
isVisible | Gets or sets whether this floating object is visible. | |
name | Gets the name of the floating object. | |
position | Gets or sets the position of a floating object. | |
startColumn | Gets or sets the starting column index of the floating object position. | |
startColumnOffset | Gets or sets the offset relative to the start column of the floating object. | |
startRow | Gets or sets the starting row index of the floating object position. | |
startRowOffset | Gets or sets the offset relative to the start row of the floating object. | |
width | Gets or sets the width of a floating object. |