Matrix |
The MatrixSheet type exposes the following members.
| Name | Description | |
|---|---|---|
| ColorMap | Color map applied to the sheet. | |
| ColumnCount | Number of columns in the sheet. | |
| Command | Command or formula associated with the matrix sheet. | |
| Data | Raw data values for the matrix sheet stored in row-major order. | |
| DecimalPlaces | Number of decimal places used for display in the sheet. | |
| ImaginaryData | Imaginary parts corresponding to Data, used for complex numbers. | |
| Index | Index of the sheet within the parent matrix. | |
| Name | Name of the matrix sheet. | |
| NumericDisplayType | Numeric display type for values in this sheet. | |
| RowCount | Number of rows in the sheet. | |
| SignificantDigits | Number of significant digits used for display in the sheet. | |
| ValueTypeSpecification | Formatting specification for values in the sheet. | |
| View | View type (data view or image view) used to render the sheet. | |
| Width | Width (display) for the matrix sheet. |