Namespace: Spire.Spreadsheet.Forms.Collections
Assembly: Spire.Spreadsheet (in Spire.Spreadsheet.dll) Version: 5.6.1.0 (5.6.1.7020)
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