AddTextEffectToCell Method
In This Topic
Syntax
'Declaration
Function AddTextEffectToCell( _
ByVal As PresetTextEffect, _
ByVal As String, _
ByVal As String, _
ByVal As Double, _
ByVal As Boolean, _
ByVal As Boolean, _
ByVal As Integer, _
ByVal column As Integer _
) As IShape
'Usage
Dim instance As IShapes
Dim textEffect As PresetTextEffect
Dim text As String
Dim fontName As String
Dim fontSize As Double
Dim bold As Boolean
Dim italic As Boolean
Dim row As Integer
Dim column As Integer
Dim value As IShape
value = instance.AddTextEffectToCell(textEffect, text, fontName, fontSize, bold, italic, row, column)
Parameters
- textEffect
- text
- fontName
- fontSize
- bold
- italic
- row
- column
See Also