Sets the text format for the text in the specified cell.
.NET Syntax
Visual Basic (Declaration) | |
---|
Function SetCellTextFormat( _
ByVal Row As Integer, _
ByVal Column As Integer, _
ByVal UseDoc As Boolean, _
ByVal TextFormat As TextFormat _
) As Boolean |
Visual Basic (Usage) | |
---|
Dim instance As ITableAnnotation
Dim Row As Integer
Dim Column As Integer
Dim UseDoc As Boolean
Dim TextFormat As TextFormat
Dim value As Boolean
value = instance.SetCellTextFormat(Row, Column, UseDoc, TextFormat)
|
Parameters
- Row
- Index of row in which cell resides
- Column
- Index of column in which cell resides
- UseDoc
- True to use the document setting for the text format, false to not
- TextFormat
- ITextFormat object
Return Value
True if the text format is set, false if not
Remarks
See Also
Availability
SolidWorks 2004 FCS, Revision Number 12.0