Gets whether this cell uses the document setting for its text format.
.NET Syntax
Visual Basic (Declaration) | |
---|
Function GetCellUseDocTextFormat( _
ByVal Row As Integer, _
ByVal Column As Integer _
) As Boolean |
Visual Basic (Usage) | |
---|
Dim instance As ITableAnnotation
Dim Row As Integer
Dim Column As Integer
Dim value As Boolean
value = instance.GetCellUseDocTextFormat(Row, Column)
|
C# | |
---|
bool GetCellUseDocTextFormat(
int Row,
int Column
) |
C++/CLI | |
---|
bool GetCellUseDocTextFormat(
& int Row,
& int Column
) |
Parameters
- Row
- Index of the row in which the cell resides
- Column
- Index of the column in which the cell resides
Return Value
True to use the document setting for its text format, false to not
Remarks
See Also
Availability
SolidWorks 2004 FCS, Revision Number 12.0