Namespace: Spire.Spreadsheet.Forms.Collections
Assembly: Spire.Spreadsheet (in Spire.Spreadsheet.dll) Version: 5.6.1.0 (5.6.1.7020)

Syntax

            
 C#  Visual Basic  Visual C++  F# 
public IButtonControl AddButtonControl(
	int row,
	int col,
	int width,
	int height,
	string caption
)
Public Function AddButtonControl ( 
	row As Integer,
	col As Integer,
	width As Integer,
	height As Integer,
	caption As String
) As IButtonControl
public:
IButtonControl^ AddButtonControl(
	int row, 
	int col, 
	int width, 
	int height, 
	String^ caption
)
member AddButtonControl : 
        row : int * 
        col : int * 
        width : int * 
        height : int * 
        caption : string -> IButtonControl 

Parameters

row
Int32
col
Int32
width
Int32
height
Int32
caption
String

Return Value

IButtonControl

See Also