The VisTblEx type exposes the following members.

Methods

  NameDescription
Public methodStatic memberAddBitmap
Adds a bitmap to the internal list.
Public methodStatic memberAddRowBitmap
Defines the bitmap to show on the row header in combination with the row flags.
Public methodStatic memberFreeBitmap
Releases the bitmap resource.
Public methodStatic memberGetCellBitmap
Gets the index of the bitmap used for the cell.
Public methodStatic memberGetCellColor
Gets the BG and FG colors of an individual cell.
Public methodStatic memberGetCellFont
Gets the font flags for a cell.
Public methodStatic memberGetColBitmap
Gets a bitmap index for a column header.
Public methodStatic memberGetColColor
Gets the BG and FG colors of an entire column.
Public methodStatic memberGetColFont
Gets the font flags for an entire column.
Public methodStatic memberGetColHdrColor
Gets the BG and FG colors of the column header.
Public methodStatic memberGetColHdrFont
Gets the font flags for a column header.
Public methodStatic memberGetRowColor
Gets the BG and FG colors of an entire row.
Public methodStatic memberGetRowFont
Gets the font flags for an entire row.
Public methodStatic memberGetRowHdrColor
Gets the BG and FG colors of the row header.
Public methodStatic memberGetRowHdrFont
Gets the font flags for a row header.
Public methodStatic memberGetTableFont
Gets the font flags for the table.
Public methodStatic memberLoadBitmap
Loads a bitmap from the specified file.
Public methodStatic memberRemoveBitmap
Removes the specified bitmap from the internal list.
Public methodStatic memberRemoveRowBitmap
Removes the specified row-header bitmap.
Public methodStatic memberReset
Resets all the Vis extended settings.
Public methodStatic memberSetCellBitmap
Selected the bitmap to use for the cell.
Public methodStatic memberSetCellColor
Sets the BG and FG colors of an individual cell.
Public methodStatic memberSetCellFont
Sets the font flags for a cell, can be a combination of Vis.TBL_FLG_*.
Public methodStatic memberSetColBitmap
Selects the bitmap to use for the column header.
Public methodStatic memberSetColColor
Sets the BG and FG colors of an entire column.
Public methodStatic memberSetColFont
Sets the font flags for an entire column, can be a combination of Vis.TBL_FLG_*.
Public methodStatic memberSetColHdrColor
Sets the BG and FG colors of the column header.
Public methodStatic memberSetColHdrFont
Sets the font flags for a column header, can be a combination of Vis.TBL_FLG_*.
Public methodStatic memberSetRowColor
Sets the BG and FG colors of an entire row.
Public methodStatic memberSetRowFont
Sets the font flags for an entire row, can be a combination of Vis.TBL_FLG_*.
Public methodStatic memberSetRowHdrColor
Sets the BG and FG colors of the row header.
Public methodStatic memberSetRowHdrFont
Sets the font flags for a row header, can be a combination of Vis.TBL_FLG_*.
Public methodStatic memberSetTableFont
Sets the font flags for the table, can be a combination of Vis.TBL_FLG_*.

Fields

See Also