[]
        
(Showing Draft Content)

GrapeCity.Wpf.SpreadSheet.CellType.CellCommandParameter

CellCommandParameter Class

Provide a cell info parameter to the command of cell.

Inheritance
CellCommandParameter
Namespace: GrapeCity.Wpf.SpreadSheet.CellType
Assembly: GrapeCity.Wpf.SpreadSheet.CellType.dll
Syntax
public class CellCommandParameter
Public Class CellCommandParameter

Properties

Name Description
Column

Gets the column of the button being clicked.

CustomCommandParameter

Gets or sets the parameter to pass to the command.

Row

Gets the row of the button being clicked.

Worksheet

Gets the worksheet of the button being clicked.