Skip to main content

%DeepSee.UserLibrary.WorksheetCell

Class %DeepSee.UserLibrary.WorksheetCell Extends (%SerialObject, %XML.Adaptor) [ System = 4 ]

This class defines an overridden cell within a DeepSee Worksheet.

Parameters

NAMESPACE

Parameter NAMESPACE = "http://www.intersystems.com/deepsee/library";

XMLNAME

Parameter XMLNAME = "cell";

XMLIGNORENULL

Parameter XMLIGNORENULL = 1;

Properties

row

Property row As %ZEN.Datatype.integer;

Row number of this cell (1-based).

column

Property column As %ZEN.Datatype.integer;

Column number of this cell (1-based).

page

Property page As %ZEN.Datatype.integer;

Page number of this cell (1-based).

title

Property title As %ZEN.Datatype.string(XMLPROJECTION = "attribute");

Optional title to apply to this element.

format

Property format As %ZEN.Datatype.string(XMLPROJECTION = "attribute");

Optional format to apply to this element.

style

Property style As %ZEN.Datatype.string(XMLPROJECTION = "attribute");

Optional style to apply to this element.

readOnly

Property readOnly As %ZEN.Datatype.boolean(XMLPROJECTION = "attribute");

Optional readOnly attribute to apply to this element.

Methods

%IsDefault

Method %IsDefault() As %Boolean

Return true if there are no non-default values in this object.