Hi Niklas,

could you please explain what this code does?
{
ScMatValType nType = GetDoubleOrStringFromMatrix( fVal, rString);
bIsString = (nType != SC_MATVAL_VALUE);
}

My thinking is:
- it gets content of current table cell
- IF content is a numerical value, fVal is set
- IF content is string, rString is set and nType is set to SC_MATVAL_VALUE

Am I correct with this interpretation?
And, what happens IF the cell is empty?

Thanks.

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to