Namespace: Spire.Xls.Core.Spreadsheet
Assembly: Spire.XLS (in Spire.XLS.dll) Version: 11.6.0.0 (11.6.0.5020)

Syntax

            
 C#  Visual Basic  Visual C++  F# 
public IShape AddTextEffectShape(
	PresetTextEffect effect,
	string text,
	int upperLeftRow,
	int top,
	int upperLeftColumn,
	int left,
	int height,
	int width
)
Public Function AddTextEffectShape ( 
	effect As PresetTextEffect,
	text As String,
	upperLeftRow As Integer,
	top As Integer,
	upperLeftColumn As Integer,
	left As Integer,
	height As Integer,
	width As Integer
) As IShape
public:
IShape^ AddTextEffectShape(
	PresetTextEffect effect, 
	String^ text, 
	int upperLeftRow, 
	int top, 
	int upperLeftColumn, 
	int left, 
	int height, 
	int width
)
member AddTextEffectShape : 
        effect : PresetTextEffect * 
        text : string * 
        upperLeftRow : int * 
        top : int * 
        upperLeftColumn : int * 
        left : int * 
        height : int * 
        width : int -> IShape 

Parameters

effect
PresetTextEffect
text
String
upperLeftRow
Int32
top
Int32
upperLeftColumn
Int32
left
Int32
height
Int32
width
Int32

Return Value

IShape

See Also