Spread Windows Forms 13.0 Product Documentation
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet.Drawing Namespace / IShapes Interface / AddTextEffectToCell Method


In This Topic
    AddTextEffectToCell Method
    In This Topic
    Syntax
    'Declaration
     
    Function AddTextEffectToCell( _
       ByVal textEffect As PresetTextEffect, _
       ByVal text As String, _
       ByVal fontName As String, _
       ByVal fontSize As Double, _
       ByVal bold As Boolean, _
       ByVal italic As Boolean, _
       ByVal row 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)
    IShape AddTextEffectToCell( 
       PresetTextEffect textEffect,
       string text,
       string fontName,
       double fontSize,
       bool bold,
       bool italic,
       int row,
       int column
    )

    Parameters

    textEffect
    text
    fontName
    fontSize
    bold
    italic
    row
    column
    See Also