FieldParameterIsInsideField(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
)
Parameters
- column Int32
- Column of the cell to query.
- row Int32
- Row of the cell to query.
Return Value
BooleanTrue if the provided cell is inside the resulting field.
See Also