DLL
To return formatted data
You can return formatted data using either of two 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 want to return formatted data from a cell, a column, a row, or the entire sheet, call the SSGetData function.
Note: If you set the SSGetData function's Col and Row parameters to SS_ALLCOLS and SS_ALLROWS, the SSGetData function will return the default text for the entire sheet only if you added the text using the SSSetData function and the SS_ALLCOLS and SS_ALLROWS parameter values for the Col and Row parameters. - If you want to return formatted data from a block of cells, call the SSClipOut function.