| Visual Basic | |
|---|---|
Function GetTextHeight( _ ByVal CellType As dsTableCellType_e _ ) As System.Double | |
| C# | |
|---|---|
System.double GetTextHeight( dsTableCellType_e CellType ) | |
| JavaScript | |
|---|---|
GetTextHeight( CellType : String ) : Number | |
| COM native C++ | |
|---|---|
HRESULT GetTextHeight( dsTableCellType_e CellType, DOUBLE* Height ) | |
| C++ | |
|---|---|
DSRESULT GetTextHeight( dsTableCellType_e CellType, double* Height ) | |
Parameters
- CellType
- Type of cell as defined in dsTableCellType_e
- Height[out] or Return Value
- Height of the specified type of cell in this Table
ITable Interface
ITable Members
ITable::SetTextHeight Method ()
ITable::SetCellTextHeight Method ()
ITable::GetCellTextHeight Method ()
ITable::GetCellTextColor Method ()
ITable::GetCellTextStyle Method ()
ITable::GetText Method ()
ITable::GetTextColor Method ()
ITable::GetTextStyle Method ()
ITable::SetCellTextColor Method ()
ITable::SetCellTextStyle Method ()
ITable::SetText Method ()
ITable::SetTextColor Method ()
ITable::SetTextStyle Method ()
ITable Members
ITable::SetTextHeight Method ()
ITable::SetCellTextHeight Method ()
ITable::GetCellTextHeight Method ()
ITable::GetCellTextColor Method ()
ITable::GetCellTextStyle Method ()
ITable::GetText Method ()
ITable::GetTextColor Method ()
ITable::GetTextStyle Method ()
ITable::SetCellTextColor Method ()
ITable::SetCellTextStyle Method ()
ITable::SetText Method ()
ITable::SetTextColor Method ()
ITable::SetTextStyle Method ()
DraftSight V1R6.0
Syntax