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
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
Releases the bitmap resource.
hBitmap
Gets the index of the bitmap used for the cell.
table
nRow
nCol
table
nRow
nCol
nForeColor
nBackColor
Gets the font flags for a cell.
table
nRow
nCol
Gets a bitmap index for a column header.
table
nCol
table
nCol
nForeColor
nBackColor
Gets the font flags for an entire column.
table
nCol
table
nCol
nForeColor
nBackColor
Gets the font flags for a column header.
table
nCol
table
nRow
nForeColor
nBackColor
Gets the font flags for an entire row.
table
nRow
table
nRow
nForeColor
nBackColor
Gets the font flags for a row header.
table
nRow
Gets the font flags for the table.
table
Loads a bitmap from the specified file.
sFileName
Removes the specified bitmap from the internal list.
table
nIndex
Removes the specified row-header bitmap.
table
nIndex
Resets all the Vis extended settings.
table
Selected the bitmap to use for the cell.
table
nRow
nCol
nIndex
Sets the BG and FG colors of an individual cell.
table
nRow
nCol
nForeColor
nBackColor
Sets the font flags for a cell, can be a combination of Vis.TBL_FLG_*.
table
nRow
nCol
nFlags
Selects the bitmap to use for the column header.
table
nCol
nIndex
Sets the BG and FG colors of an entire column.
table
nCol
nForeColor
nBackColor
Sets the font flags for an entire column, can be a combination of Vis.TBL_FLG_*.
table
nCol
nFlags
Sets the BG and FG colors of the column header.
table
nCol
nForeColor
nBackColor
Sets the font flags for a column header, can be a combination of Vis.TBL_FLG_*.
table
nCol
nFlags
Sets the BG and FG colors of an entire row.
table
nRow
nForeColor
nBackColor
Sets the font flags for an entire row, can be a combination of Vis.TBL_FLG_*.
table
nRow
nFlags
Sets the BG and FG colors of the row header.
table
nRow
nForeColor
nBackColor
Sets the font flags for a row header, can be a combination of Vis.TBL_FLG_*.
table
nRow
nFlags
Sets the font flags for the table, can be a combination of Vis.TBL_FLG_*.
table
nFlags
Last updated