CellPosition Constructors
Specifies a cell location as zero-based column and row indexes in chart data.| Name | Parameters | Description |
|---|---|---|
| CellPosition(Int32, Int32) | column, row | Initializes a new instance of the CellPosition class with specified settings. |
See Also