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