Share via


CellValue.TryGetInt(Int32) Method

Definition

Attempts to parse cell value to retrieve a Int32.

public bool TryGetInt (out int value);

Parameters

value
Int32

The result if successful.

Returns

Success or failure

Applies to