Spread ASP.NET 6.0 Product Documentation
SpreadCommandEventArgs Constructor(SheetView,String,Object,ArrayList)
See Also  Send Feedback
FarPoint.Web.Spread Assembly > FarPoint.Web.Spread Namespace > SpreadCommandEventArgs Class > SpreadCommandEventArgs Constructor : SpreadCommandEventArgs Constructor(SheetView,String,Object,ArrayList)


sheetView
Sheet
commandName
Command name
argument
Argument for the command
editValues
Array of edit values

Glossary Item Box

Creates a new object with the SpreadCommand event arguments with the specified sheet, command, argument, and edit values.

Syntax

Visual Basic (Declaration) 
Public Function New( _
   ByVal sheetView As SheetView, _
   ByVal commandName As String, _
   ByVal argument As Object, _
   ByVal editValues As ArrayList _
)
Visual Basic (Usage)Copy Code
Dim sheetView As SheetView
Dim commandName As String
Dim argument As Object
Dim editValues As ArrayList
 
Dim instance As New SpreadCommandEventArgs(sheetView, commandName, argument, editValues)
C# 
public SpreadCommandEventArgs( 
   SheetView sheetView,
   string commandName,
   object argument,
   ArrayList editValues
)

Parameters

sheetView
Sheet
commandName
Command name
argument
Argument for the command
editValues
Array of edit values

Requirements

Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family

See Also

© 2002-2012 GrapeCity, Inc. All Rights Reserved.