DLL
To return unformatted data
You can return unformatted data using different functions, depending on the data you want to return. For more detailed information about each of these functions, see the function topic in the DLL Reference.
-
If you are returning data from a cell, a column, a row, or the entire sheet:
- If you are returning float or integer data, call the SSGetFloat or SSGetInteger function.
-
If you are returning other data, call the SSGetValue function.
Note: If you set the SSGetFloat, SSGetInteger, or SSGetValue function's Col and Row parameters to SS_ALLCOLS and SS_ALLROWS, the functions will return the default text for the entire sheet only if you added the text using the SSSetFloat, SSGetInteger, or SSGetValue function and the SS_ALLCOLS and SS_ALLROWS parameter values for the Col and Row parameters.
- If you are returning data from a block of cells, call the SSClipValueOut function.