Spread for ASP.NET 12 Product Documentation
ButtonCellType Constructor(String,String)


FarPoint.Web.Spread Assembly > FarPoint.Web.Spread Namespace > ButtonCellType Class > ButtonCellType Constructor : ButtonCellType Constructor(String,String)
String of command to perform when the user clicks the button
String with button text
Creates a new button cell with the specified command and text.
Syntax
'Declaration
 
Public Function New( _
   ByVal cmd As String, _
   ByVal text As String _
)
'Usage
 
Dim cmd As String
Dim text As String
 
Dim instance As New ButtonCellType(cmd, text)
public ButtonCellType( 
   string cmd,
   string text
)

Parameters

cmd
String of command to perform when the user clicks the button
text
String with button text
See Also

Reference

ButtonCellType Class
ButtonCellType Members
Overload List