Format(Int32,Int32,Font) Method
In This Topic
Formats the specified text run with the specified font.
Syntax
'Declaration
Public Overloads Sub Format( _
ByVal As Integer, _
ByVal As Integer, _
ByVal As Font _
)
'Usage
Dim instance As RichText
Dim start As Integer
Dim length As Integer
Dim font As Font
instance.Format(start, length, font)
public void Format(
int ,
int ,
Font
)
Parameters
- start
- The start position of the text run.
- length
- The length of the text run.
- font
- The font setting of the text run.
See Also