VisTblEx
PPJ.Runtime.Vis.VisTblEx
Namespace: PPJ.Runtime.Vis
Assembly: PPJ.Web.Vis.49 (4.9.0.0)
Fields
COL_NOCHANGE
COL_NOT_BG
ROWDELETE_BMP
ROWEDIT_BMP
ROWNEW_BMP
TBL_BMP_BESTFIT
TBL_BMP_BOTTOM
TBL_BMP_CENTER
TBL_BMP_COLOR
TBL_BMP_LEFT
TBL_BMP_MONO
TBL_BMP_RIGHT
TBL_BMP_SCALE
TBL_BMP_TOFIT
TBL_BMP_TOP
TBL_BMP_VCENTER
TBL_FLG_BOLD
TBL_FLG_DOTTEDCOLLINES
TBL_FLG_DOTTEDROWLINES
TBL_FLG_ITALIC
TBL_FLG_NOBOLD
TBL_FLG_NOCOLLINES
TBL_FLG_NOCOLORS
TBL_FLG_NOFONTS
TBL_FLG_NOITALIC
TBL_FLG_NOROWLINES
TBL_FLG_NOSTRIKEOUT
TBL_FLG_NOUNDERLINE
TBL_FLG_SOLIDCOLLINES
TBL_FLG_SOLIDROWLINES
TBL_FLG_STRIKEOUT
TBL_FLG_UNDERLINE
Methods
Adds a bitmap to the internal list.
table
hBitmap
nFlags
nWidth
nHeight
nIndex
Returns: SalNumber.
Defines the bitmap to show on the row header in combination with the row flags.
table
hBitmap
nFlags
nWidth
nHeight
nTransparentColor
nInversionColor
nRowFlags
nIndex
bReplace
Returns: SalNumber.
Releases the bitmap resource.
hBitmap
Returns: SalBoolean.
Gets the index of the bitmap used for the cell.
table
nRow
nCol
Returns: SalNumber.
table
nRow
nCol
nForeColor
nBackColor
Returns: SalBoolean.
Gets the font flags for a cell.
table
nRow
nCol
Returns: SalNumber.
Gets a bitmap index for a column header.
table
nCol
Returns: SalNumber.
table
nCol
nForeColor
nBackColor
Returns: SalBoolean.
Gets the font flags for an entire column.
table
nCol
Returns: SalNumber.
table
nCol
nForeColor
nBackColor
Returns: SalBoolean.
Gets the font flags for a column header.
table
nCol
Returns: SalNumber.
table
nRow
nForeColor
nBackColor
Returns: SalBoolean.
Gets the font flags for an entire row.
table
nRow
Returns: SalNumber.
table
nRow
nForeColor
nBackColor
Returns: SalBoolean.
Gets the font flags for a row header.
table
nRow
Returns: SalNumber.
Gets the font flags for the table.
table
Returns: SalNumber.
Loads a bitmap from the specified file.
sFileName
Returns: SalNumber.
Removes the specified bitmap from the internal list.
table
nIndex
Returns: SalBoolean.
Removes the specified row-header bitmap.
table
nIndex
Returns: SalBoolean.
Resets all the Vis extended settings.
table
Returns: SalBoolean.
Selected the bitmap to use for the cell.
table
nRow
nCol
nIndex
Returns: SalBoolean.
Sets the BG and FG colors of an individual cell.
table
nRow
nCol
nForeColor
nBackColor
Returns: SalBoolean.
Sets the font flags for a cell, can be a combination of Vis.TBL_FLG_*.
table
nRow
nCol
nFlags
Returns: SalBoolean.
Selects the bitmap to use for the column header.
table
nCol
nIndex
Returns: SalBoolean.
Sets the BG and FG colors of an entire column.
table
nCol
nForeColor
nBackColor
Returns: SalBoolean.
Sets the font flags for an entire column, can be a combination of Vis.TBL_FLG_*.
table
nCol
nFlags
Returns: SalBoolean.
Sets the BG and FG colors of the column header.
table
nCol
nForeColor
nBackColor
Returns: SalBoolean.
Sets the font flags for a column header, can be a combination of Vis.TBL_FLG_*.
table
nCol
nFlags
Returns: SalBoolean.
Sets the BG and FG colors of an entire row.
table
nRow
nForeColor
nBackColor
Returns: SalBoolean.
Sets the font flags for an entire row, can be a combination of Vis.TBL_FLG_*.
table
nRow
nFlags
Returns: SalBoolean.
Sets the BG and FG colors of the row header.
table
nRow
nForeColor
nBackColor
Returns: SalBoolean.
Sets the font flags for a row header, can be a combination of Vis.TBL_FLG_*.
table
nRow
nFlags
Returns: SalBoolean.
Sets the font flags for the table, can be a combination of Vis.TBL_FLG_*.
table
nFlags
Returns: SalBoolean.
Last updated