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(
	string rangeName,
	int width,
	int height,
	string caption
)
Public Function AddButtonControl ( 
	rangeName As String,
	width As Integer,
	height As Integer,
	caption As String
) As IButtonControl
public:
IButtonControl^ AddButtonControl(
	String^ rangeName, 
	int width, 
	int height, 
	String^ caption
)
member AddButtonControl : 
        rangeName : string * 
        width : int * 
        height : int * 
        caption : string -> IButtonControl 

Parameters

rangeName
String
width
Int32
height
Int32
caption
String

Return Value

IButtonControl

See Also