[]
Represents the event data for the sheet.
public class SheetViewEventArgs : EventArgs
Public Class SheetViewEventArgs
Inherits EventArgs
Name | Description |
---|---|
SheetViewEventArgs() | Creates a new event arguments object for the sheet. |
SheetViewEventArgs(int, int) | Creates a new event arguments object for the sheet, specifying the row and column. |
SheetViewEventArgs(int, int, int, int) | Creates a new event arguments object for the sheet, specifying the row, column, and number of rows and columns. |
Name | Description |
---|---|
Column | Gets the column index. |
ColumnCount | Gets the number of columns. |
Row | Gets the row index. |
RowCount | Gets the number of rows. |