CGridCtrl:SetCellHorzAlign, CGridView:SetCellHorzAlign
The SetCellHorzAlign method sets the horizontal alignment for a specific cell of the grid. This method overrides the initial grid properties defined by the values of GridParams.nHorzAlign and GridParams.nSH_HorzAlign.
CGridCtrl:SetCellHorzAlign( nCol, nRow, nAlign )
Where nAlign is the alignment value: 1: align left, 2: align
right, 3: align center.
nCol is the
index of the column to set. Columns in the table body begin at
index 1. A value of 0 or less indicates a column in the left side
heading.
nRow is the
index of the row to set. Rows in the table body begin at index 1. A
value of 0 or less indicates a row in the top heading.
The following script sets the alignment of the right-most column in the left side header (column 0) to "center":
|
-- attach a grid from the Mira desktop |
|
-- create a CGridCtrl for the window |
|
-- set the alignment of col 0, row 5 to "center" |
Mira Pro x64 Script User's Guide, v.8.77 Copyright Ⓒ 2024
Mirametrics, Inc. All Rights Reserved.