FieldParameterIsInsideField(Int32, Int32, Int32, Int32) Method |
Returns true if the provided cell is inside the resulting field.
Namespace: RAYLASE.Marker.CorrectionsAssembly: RAYLASE.Marker.Corrections (in RAYLASE.Marker.Corrections.dll) Version: 2.19.0
Syntaxpublic bool IsInsideField(
int column,
int row,
int columns,
int rows
)
Parameters
- column Int32
- Column of the cell to query.
- row Int32
- Row of the cell to query.
- columns Int32
- Number of the tables columns.
- rows Int32
- Number of the tables rows.
Return Value
BooleanTrue if the provided cell is inside the resulting field.
See Also