ActiveCell
|
Returns/sets the active cell in the spreadsheet as a range. Return value:
Range. This property is read only.
|
AllowTextLabels
|
Returns/sets whether a variable can have text labels. Return/assignment value: Boolean.
|
Analyses
|
Returns a collection of all analyses which use this spreadsheet as the data source. Return value:
StaDocuments. This property is read only.
|
Application
|
Returns application associated with the spreadsheet. Return value:
Application. This property is read only.
|
AutoRunEvent
|
Returns/sets whether the event code of a document will automatically run when the document is opened. Return/assignment value: Boolean.
|
CData
|
Returns/sets a case vector as an array of doubles. Return/assignment value: Double().
|
Case
|
Returns/sets spreadsheet case. Return value:
Range. This property is read only.
|
CaseColor
|
Get/Set the case color as an RGB value, which will be used in certain plots of this case. Return/assignment value: Long.
|
CaseExcluded
|
Get/Set the case as excluded, meaning it will not be included in analyses/graphs. Return/assignment value: Boolean.
|
CaseHeader
|
Returns/sets the content of the specified range of case headers. Return value:
Range. This property is read only.
|
CaseHeaderCell
|
Returns/sets the content of the specified case header. Return value:
Range. This property is read only.
|
CaseHeaderEx
|
Returns/sets the content of the specified range of case headers, with columns. Return value:
Range. This property is read only.
|
CaseHeaders
|
Returns/sets the content of the specified case header. Return value:
Areas. This property is read only.
|
CaseHeight
|
Returns/sets the height of the specified row/case. Return/assignment value: Double.
|
CaseHidden
|
Get/Set the case as hidden, meaning it will be hidden on certain plots. Return/assignment value: Boolean.
|
CaseLength
|
Get the length in bytes of a single case. Return value: Long. This property is read only.
|
CaseMarked
|
Get/Set the case as marked. Return/assignment value: Boolean.
|
CaseMarkerType
|
Get/Set the case marker type. This marker will be used in certain plots of this case. Return/assignment value:
PlotMarkerType.
|
CaseName
|
Returns/sets the specified case name. Return/assignment value: String.
|
CaseNameIndex
|
Case name exists => returns a corresponding case index, otherwise 0. Return value: Long. This property is read only.
|
CaseNameLength
|
Returns/sets the specified case name length. Return/assignment value: Integer.
|
CaseNameWidth
|
Returns/sets the specified case name width. Return/assignment value: Double.
|
CaseQualified
|
Returns whether the specified cell is case qualified through case selection conditions. Return value: Boolean. This property is read only.
|
CaseState
|
Get/Set the CaseState of the indicated case. If VarNumber is provided and is a CaseStateVar, get the CaseState from there instead. Return/assignment value:
StaCaseState.
|
CaseStateVar
|
Get/Set the indicated variable as a variable that displays case states. The variable must be of type Integer. Return/assignment value: Boolean.
|
CaseValues
|
Returns the specified case values as a double array. Return/assignment value: Double().
|
CaseValuesForVars
|
Returns an array of values corresponding to the specified case for the specified variables. Return value: Double(). This property is read only.
|
CaseWeight
|
Returns the case weight of the spreadsheet. Return value:
CaseWeight. This property is read only.
|
Cases
|
Returns/sets spreadsheet cases as a collection. Return value:
Areas. This property is read only.
|
Cells
|
Returns/sets individual cells as a range. Return value:
Range. This property is read only.
|
CellsRange
|
Returns/sets a cell range as a range. Return value:
Range. This property is read only.
|
ContentData
|
Get/Set the content data in a specified format. Return value: Variant. This property is read only.
|
Data
|
Returns/sets the spreadsheet data as a two dimensional array of doubles. Return/assignment value: Double().
|
DeferNotificationState
|
Get/Set deferred handling of change notifications. Return/assignment value: Boolean.
|
DirectMode
|
Get/Set the Direct Mode of operation, where no temp file is used for modified data and modifications to spreadsheet data are written back to original datafile. Return/assignment value: Boolean.
|
DisplayAttribute
|
Returns/sets the display status of a specified attribute (e.g., displaying marked cells). Return/assignment value: Boolean.
|
EntireRange
|
Returns/sets a range of all rows/columns. Return value:
Range. This property is read only.
|
EventCode
|
Returns/sets the event code of a document. Return/assignment value: String.
|
EventRunning
|
Return true if the event is running, otherwise return false. Return value: Boolean. This property is read only.
|
FullName
|
Returns the full name (including file path) of the spreadsheet. Return value: String. This property is read only.
|
Gridline
|
Returns/sets the gridline attributes for the spreadsheet. Return value:
GridBorder. This property is read only.
|
Header
|
Returns/sets the header content of the spreadsheet. Return value:
Range. This property is read only.
|
InfoBox
|
Returns/sets the infobox content of the spreadsheet. Return value:
Range. This property is read only.
|
InputSpreadsheet
|
Returns/sets whether the spreadsheet is an input spreadsheet. Return/assignment value: Boolean.
|
IsDatabase
|
True if this is a streaming db source. Return value: Boolean. This property is read only.
|
IsDate
|
Return value: Boolean. This property is read only.
|
IsTime
|
Return value: Boolean. This property is read only.
|
LabelCase
|
Get/Set the case label flag, meaning this case will be labeled on certain plots. Return/assignment value: Boolean.
|
LabelVariable
|
Get/Set the label variable. This variable's values are used as labels in certain plots. Zero means no label variable. Return/assignment value: Long.
|
LockFlags
|
Get current lock settings. These are combinations of values from enum SpreadsheetLockType. Return value:
SpreadsheetLockType. This property is read only.
|
LogEntryCount
|
Get the number of entries in the log. Return value: Long. This property is read only.
|
LoggingEnabled
|
Get/Set logging on/off for this spreadsheet. Return/assignment value: Boolean.
|
LoggingPromptForReason
|
Get/Set whether we prompt for reason comments for logging of changes. Return/assignment value: Boolean.
|
LoggingReason
|
Get/Set a reason comment to use for following changes. Return/assignment value: String.
|
MappedSubset
|
Create a mapped subset. Return value: Object. This property is read only.
|
MarkedCells
|
Returns the range of cells that are marked in the spreadsheet. Return value:
Range. This property is read only.
|
MaximumColumnWidth
|
Sets maximum column width. Return/assignment value: Double.
|
MissingData
|
Returns whether the specified cell is missing data. Return value: Boolean. This property is read only.
|
MonitorRunStatus
|
Get the monitor run status. Return value: Object. This property is read only.
|
Name
|
Returns/sets the name of the spreadsheet as a string. Return/assignment value: String.
|
NumberOfCases
|
Returns the number of cases in the spreadsheet. Return value: Integer. This property is read only.
|
NumberOfTextLabels
|
Returns the number of text labels assigned to the spreadsheet. Return value: Integer. This property is read only.
|
NumberOfVariables
|
Returns the number of variables in the spreadsheet. Return value: Integer. This property is read only.
|
Parent
|
Returns parent associated with the spreadsheet. Return value: Object. This property is read only.
|
Path
|
Returns the file path of the spreadsheet. Return value: String. This property is read only.
|
PrintFooter
|
Returns/sets the document footer used when printing. Return/assignment value: String.
|
PrintHeader
|
Returns/sets the document header used when printing. Return/assignment value: String.
|
Queries
|
Returns the queries collection associated with the spreadsheet. Return value:
Queries. This property is read only.
|
Range
|
Returns/sets a range of cells(e.g., "C1R1:C3R2,C5R5:C6R6"). Return value:
Range. This property is read only.
|
ReadOnly
|
Is spreadsheet opened as read-only. Return value: Boolean. This property is read only.
|
Redraw
|
Returns/sets whether the spreadsheet can be redrawn. Return/assignment value: Boolean.
|
Saved
|
Returns/sets the saved state of the spreadsheet. Return/assignment value: Boolean.
|
Selection
|
Returns/sets current selection as range. Return value:
Range. This property is read only.
|
SelectionCondition
|
Returns the selection conditions of the spreadsheet. Return value:
SelectionCondition. This property is read only.
|
Subset
|
Creates a new spreadsheet containing the specified subset of the current spreadsheet using Selection Conditions. Return value:
Spreadsheet. This property is read only.
|
SubsetEx
|
Creates a new spreadsheet containing the specified subset of the current spreadsheet using Selection Conditions. Return value:
Spreadsheet. This property is read only.
|
SubsetEx2
|
Creates a new spreadsheet containing the specified subset of the current spreadsheet using Selection Conditions. Return value:
Spreadsheet. This property is read only.
|
SubsetRandomSampling
|
Creates a new spreadsheet containing the specified subset of the current spreadsheet using Random Sampling. Return value:
Spreadsheet. This property is read only.
|
SubsetRandomSamplingEx
|
Creates a new spreadsheet containing the specified subset of the current spreadsheet using selection conditions and Random Sampling. Return value:
Spreadsheet. This property is read only.
|
SubsetRandomSamplingEx2
|
Creates a new spreadsheet containing the specified subset of the current spreadsheet using selection conditions and Random Sampling. Return value:
Spreadsheet. This property is read only.
|
SubsetStratifiedRandomSampling
|
Creates a new spreadsheet containing the specified subset of the current spreadsheet using selection conditions and Stratified Random Sampling. Return value:
Spreadsheet. This property is read only.
|
SubsetStratifiedRandomSamplingEx
|
Creates a new spreadsheet containing the specified subset of the current spreadsheet using selection conditions and Stratified Random Sampling. Return value:
Spreadsheet. This property is read only.
|
SubsetSystematicRandomSampling
|
Creates a new spreadsheet containing the specified subset of the current spreadsheet using Systematic Random Sampling. Return value:
Spreadsheet. This property is read only.
|
SubsetSystematicRandomSamplingEx
|
Creates a new spreadsheet containing the specified subset of the current spreadsheet using selection conditions and Systematic Random Sampling. Return value:
Spreadsheet. This property is read only.
|
SubsetSystematicRandomSamplingEx2
|
Creates a new spreadsheet containing the specified subset of the current spreadsheet using selection conditions and Systematic Random Sampling. Return value:
Spreadsheet. This property is read only.
|
Superset
|
Creates a new spreadsheet containing the specified subset/superset of the current spreadsheet using Selection Conditions. Return value:
Spreadsheet. This property is read only.
|
Text
|
Returns the text value of the specified cell. Return value: String. This property is read only.
|
TextEx
|
Returns the text value of the specified cell formatted with the format string. Return value: String. This property is read only.
|
TextLabel
|
Returns the text label for the specified value in the specified variable. Return value: String. This property is read only.
|
TextLabelDescription
|
Returns the text label description for the specified value in the specified variable. Return value: String. This property is read only.
|
TextLabelValue
|
Returns the value for the specified text label in the specified variable. Return value: Variant. This property is read only.
|
TextValuesManager
|
Get/Set the TextValuesManager to override this spreadsheet's default method of generating associated numbers for text values. Return value:
TextValuesManager. This property is read only.
|
TextValuesManagerIdent
|
Get the identifier this spreadsheet uses to communicate withe the TextValuesManager. Return value: Integer. This property is read only.
|
VData
|
Returns/sets a variable vector as an array of doubles. Return/assignment value: Double().
|
VDataWithoutMD
|
Returns/sets a variable vector as an array of doubles without missing data. Return value: Double(). This property is read only.
|
Value
|
Returns the value within the specified cell of the spreadsheet. Return/assignment value: Double.
|
VarBundle
|
Returns the variable Bundle. Return value:
VarBundles. This property is read only.
|
Variable
|
Returns/sets spreadsheet variable. Return value:
Range. This property is read only.
|
VariableExcluded
|
Get/set the variable excluded. Excluded variables do not show up in variable selection dialogs for graphs and analyses. Return/assignment value: Boolean.
|
VariableFormatString
|
Returns/sets the display format of the specified variable index. Return/assignment value: String.
|
VariableHeader
|
Returns/sets the content of the specified range of variable headers. Return value:
Range. This property is read only.
|
VariableHeaderCell
|
Returns/sets the content of the specified variable header. Return value:
Range. This property is read only.
|
VariableHeaderEx
|
Returns/sets the content of the specified range, with rows, of variable headers. Return value:
Range. This property is read only.
|
VariableHeaders
|
Returns/sets the content of the specified variable header. Return value:
Areas. This property is read only.
|
VariableLongName
|
Returns/sets the long name of the specified variable as a string. Return/assignment value: String.
|
VariableMeasurementType
|
Get/Set the variable's measurement type. Pass AutoDetect=True if you want the type to be automatically determined (when type is scMeasureTypeAuto). Return/assignment value:
MeasurementType.
|
VariableMissingData
|
Returns/sets the missing data value for the specified variable. Return/assignment value: Double.
|
VariableMissingDataText
|
Returns/sets the missing data value of the specified variable index in text format. Return value: String. This property is read only.
|
VariableName
|
Returns/sets the name of the specified variable as a string. Return/assignment value: String.
|
VariableNames
|
Get an array of all variable names. Return value: Variant. This property is read only.
|
VariableProperties
|
Get the collection of properties for the variable. Return value:
NamedProperties. This property is read only.
|
VariableType
|
Returns/sets the variable type of the specified variable as an integer. Return/assignment value:
VariableType.
|
VariableTypeLength
|
Returns/sets the maximum length of the specified variable (if variable type is set to text) as an integer. Return/assignment value: Integer.
|
VariableWidth
|
Returns/sets the width of the specified variable. Return/assignment value: Double.
|
Variables
|
Returns/sets spreadsheet variables as a collection. Return value:
Areas. This property is read only.
|
Visible
|
Returns/sets the visibility of the spreadsheet. Return/assignment value: Boolean.
|
Window
|
Returns the window of the spreadsheet. Return value:
Window. This property is read only.
|
WorkbookItem
|
Returns the WorkbookItem interface if the object is in a Workbook. Return value:
WorkbookItem. This property is read only.
|