SpreadJS Documentation
ShapeBase type
GC.Spread.Sheets.Shapes Namespace : ShapeBase type
Represents the base class for Shape, GroupShape and ConnectorShape.
Syntax
var instance = new GC.Spread.Sheets.Shapes.ShapeBase();
function ShapeBase;
Inheritance Hierarchy

Object
   GC.Spread.Sheets.Shapes.ShapeBase

Constructors
 NameDescription
public ConstructorRepresents the base class for Shape, GroupShape and ConnectorShape.  
Top
Methods
 NameDescription
public MethodGets or sets whether to disable moving the shape.  
public MethodGets or sets whether to disable resizing the shape.  
public MethodGets or sets whether this shape is printable.  
public MethodGets or sets whether the shape moves when hiding or showing, resizing, or moving rows or columns.  
public MethodGets or sets whether the size of the shape changes when hiding or showing, resizing, or moving rows or columns.  
public MethodGets or sets the end column index of the shape position.  
public MethodGets or sets the offset relative to the end column of the shape.  
public MethodGets or sets the end row index of the shape position.  
public MethodGets or sets the offset relative to the end row of the shape.  
public MethodGets or sets the height of the shape.  
public MethodGets or sets whether this shape is locked.  
public MethodGets or sets whether this shape is selected.  
public MethodGets or sets whether this shape is visible.  
public MethodGets or sets the name of the shape.  
public MethodGets or sets the starting column index of the shape position.  
public MethodGets or sets the offset relative to the start column of the shape.  
public MethodGets or sets the starting row index of the shape position.  
public MethodGets or sets the offset relative to the start row of the shape.  
public MethodGets or sets the width of the shape.  
public MethodGets or sets the horizontal location of the shape.  
public MethodGets or sets the vertical location of the shape.  
Top
See Also

Reference

GC.Spread.Sheets.Shapes Namespace