MarginInfo
(table) A table of margin information for the print. Pass nil to use the default margin settings. This is an optional argument and if omitted will default to nil. All values are optional. If omitted, the default will be used. All values are numbers and are in character units. That is the average size of a character in the Grid object.
KEY |
TYPE DESCRIPTION |
|
HeaderHeight |
number |
The size of the header. |
FooterHeight |
number |
The size of the footer. |
LeftMargin |
number |
The left margin. |
RightMargin |
number |
The right margin. |
TopMargin |
number |
The top margin. |
BottomMargin |
number |
The bottom margin. |
Gap |
number |
The gap between the header and column headings. |
Re t u r n s
Nothing. You can use Application.GetLastError to determine whether this action failed, and why.
See also: Related Actions
Grid.RedrawCell
OverviewExamples
Grid.RedrawCell ( string ObjectName,
number Row,
number Column )
De s cr ip t ion
Refreshes (redraws) a specified cell in a grid object.
P arame t er s
ObjectName
(string) The name of the grid object.