Adds a button to the column.

Namespace: Spire.Spreadsheet.Forms
Assembly: Spire.Spreadsheet (in Spire.Spreadsheet.dll) Version: 3.7.1.8020

Syntax

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

Parameters

width
Int32
Width of button.
height
Int32
Height of button.
caption
String
Caption.

Return Value

IButtonControl

See Also