Enum MatrixDisplayType
Represents which parameter should be used.
public enum MatrixDisplayType
Fields
Matrix = 0Only the matrix parameter will be used.
MatrixAndTables = 2Both the matrix and table parameters will be used.
Tables = 1Only the table parameters will be used.