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


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

Parameters

cmd
String of command to perform when the user clicks the button
type
Button type
See Also

Reference

ButtonCellType Class
ButtonCellType Members
Overload List