GridCreationSettings

This function has not been fully integrated into the long-term Wolfram Language, and is subject to change.

GridCreationSettings

is a global option that specifies settings for the Create Table/Matrix dialog.

Details

  • The typical usage is GridCreationSettings->{opt1->val1,opt2->val2,}.
  • The following options may be specified for a table or matrix created using the Create Table/Matrix dialog box:
  • "Columns"3the number of columns
    "DiagonalFill"Falsewhether a piece of text is automatically inserted into each diagonal element of a newly created grid box
    "DiagonalFillText""1"a string to be automatically entered into each diagonal element of a grid box
    "DrawColumnLines"Falsewhether lines are drawn between adjacent columns
    "DrawFrame"Falsewhether a frame is drawn
    "DrawRowLines"Falsewhether lines are drawn between adjacent rows
    "Fill"Falsewhether a piece of text is automatically inserted into each element of a grid box
    "FillText""0"a string to be automatically inserted into each element of a grid box
    "Rows"3the number of rows
    "Type""PlainGridBox"whether a grid box created is a table, matrix, or palette
  • The Create Table/Matrix dialog box is accessed from the Insert Table/Matrix New menu item.
  • "Rows" is typically set using the Number of rows: text field in the dialog box.
  • "Rows" can be set to any integer value greater than or equal to zero.
  • With the default setting "Rows"->3, any newly created table, matrix, or palette has three rows.
  • "Columns" is typically set using the Number of columns: text field in the dialog box.
  • "Columns" can be set to any integer value greater than or equal to zero.
  • With the default setting "Columns"->3, any newly created table, matrix, or palette has three columns.
  • "DrawRowLines" is typically set using the Draw lines between rows checkbox in the dialog box.
  • With the setting "DrawRowLines"->True, a line is drawn between any two adjacent rows of the grid box.
  • With the default setting "DrawRowLines"->False, no lines are drawn between rows.
  • "DrawRowLines" only controls the display of lines indirectly, by specifying if a newly created grid box includes separate options for drawing lines. It is the GridBoxOptions that directly control whether or not lines are drawn.
  • "DrawColumnLines" is typically set using the Draw lines between columns checkbox in the Create Table/Matrix dialog box.
  • With the setting "DrawColumnLines"->True, a line is drawn between any two adjacent columns of the grid box.
  • With the default setting "DrawColumnLines"->False, no lines are drawn between columns.
  • "DrawColumnLines" only controls the display of lines indirectly, by specifying if a newly created grid box includes separate options for drawing lines. It is the GridBoxOptions that directly controls whether or not lines are drawn.
  • "DrawFrame" is typically set using the Draw frame checkbox in the Create Table/Matrix dialog box.
  • With the setting "DrawFrame"->True, the grid box is enclosed by a frame.
  • With the default setting "DrawFrame"->False, the grid box is drawn without a frame.
  • "DrawFrame" only controls the display of a frame indirectly, by specifying if a newly created grid box includes a separate option for drawing a frame.
  • The three possible settings for "Type" are Table, Matrix, and Palette. A table is a simple rectangular grid of elements; a matrix is a table that is enclosed in parentheses; and a palette is a rectangular array of buttons.
  • The value of "Type" is typically set by clicking the appropriate radio button in the Create Table/Matrix dialog box.
  • With the setting "Fill"->True, the chosen text is automatically entered into the grid box.
  • The text to be entered must be specified using the related option "FillText". It can be any string.
  • With the setting "Fill"->False, a blank placeholder () is entered into each element of the grid box.
  • With the setting "DiagonalFill"->True, the chosen text is automatically entered into the grid box.
  • The text to be entered is specified using the related option "DiagonalFillText". It can be any string.
  • With the setting "Fill"->False, a blank placeholder () is entered into each diagonal element of the grid box.
  • "FillText" is typically set by entering a string in the Fill with: text field in the Create Table/Matrix dialog box.
  • Its value can be any string. The default setting is "FillText"->"0".
  • "DiagonalFillText" is typically set by entering a string in the Fill diagonal: text field of the Create Table/Matrix dialog box.
  • The default setting is "FillDiagonalText"->"1".
Wolfram Research (1999), GridCreationSettings, Wolfram Language function, https://reference.wolfram.com/language/ref/GridCreationSettings.html.

Text

Wolfram Research (1999), GridCreationSettings, Wolfram Language function, https://reference.wolfram.com/language/ref/GridCreationSettings.html.

CMS

Wolfram Language. 1999. "GridCreationSettings." Wolfram Language & System Documentation Center. Wolfram Research. https://reference.wolfram.com/language/ref/GridCreationSettings.html.

APA

Wolfram Language. (1999). GridCreationSettings. Wolfram Language & System Documentation Center. Retrieved from https://reference.wolfram.com/language/ref/GridCreationSettings.html

BibTeX

@misc{reference.wolfram_2024_gridcreationsettings, author="Wolfram Research", title="{GridCreationSettings}", year="1999", howpublished="\url{https://reference.wolfram.com/language/ref/GridCreationSettings.html}", note=[Accessed: 26-April-2024 ]}

BibLaTeX

@online{reference.wolfram_2024_gridcreationsettings, organization={Wolfram Research}, title={GridCreationSettings}, year={1999}, url={https://reference.wolfram.com/language/ref/GridCreationSettings.html}, note=[Accessed: 26-April-2024 ]}