TableGetFontIndexΒΆ
TableGetFontIndex returns a vector of font indices.
- rmFontIndex = TableGetFontIndex(hTable)
- rmFontIndex = TableGetFontIndex(hTable, rvSel)
Return Value
rmFontIndex is a vector of font indices.
Parameters
- hTable
Identifies the table object.
- rvSel
rvSel is a vector with four elements specifying a range of rows and columns:
Element
Description
rvSel[1]
Left column of selection
rvSel[2]
Top row of selection
rvSel[3]
Right column of selection
rvSel[4]
Bottom row of selection
The column and row numbering starts with 1. Left is smaller than right and top is smaller than bottom.
See also
Overview Table, TableGetFontList, TableSetFontIndex, TableAddFont
id-307798