Represents cell position validator.
Definition
Namespace:Telerik.WinForms.Controls.Spreadsheet.Worksheets
Assembly:Telerik.WinControls.RadSpreadsheet.dll
Syntax:
C#
public class CellPositionValidator
Inheritance: objectCellPositionValidator
Constructors
Initializes a new instance of the CellPositionValidator class.
C#
public CellPositionValidator()
Properties
Gets the worksheet.
C#
public Worksheet Worksheet { get; }
The worksheet.
Gets the worksheet editor.
C#
public RadWorksheetEditor WorksheetEditor { get; }
The worksheet editor.
Methods
Ensures the cell position is valid.