SSGetStartingNumbers, SSSetStartingNumbers Functions
Applies To
fpSpread DLL control
Description
Set or return the starting numbers for the column and row headers.
Syntax
void SSGetStartingNumbers(HWND hWnd, LPSS_COORD lpStartingColNumber, LPSS_COORD lpStartingRowNumber);
void SSSetStartingNumbers(HWND hWnd, SS_COORD StartingColNumber, SS_COORD StartingRowNumber);
void TSpread::GetStartingNumbers(LPSS_COORD lpStartingColNumber, LPSS_COORD lpStartingRowNumber);
void TSpread::SetStartingNumbers(SS_COORD StartingColNumber, SS_COORD StartingRowNumber);
Parameters
The SSGetStartingNumbers function has the following parameters:
Parameter | Description |
hWnd | Window handle of the fpSpread control |
lpStartingColNumber | Pointer to variable that receives displayed starting column number |
lpStartingRowNumber | Pointer to variable that receives displayed starting row number |
The SSSetStartingNumbers function has the following parameters:
Parameter | Description |
hWnd | Window handle of the fpSpread control |
StartingColNumber | Starting column number to display |
StartingRowNumber | Starting row number to display |
Remarks
This function is applied to the current sheet setting unless you first call the SSSetSheet function to specify the sheet for which you are calling this function.
By default, column and row numbering begins with "A" and "1". Use the SSSetStartingNumbers function to specify the starting numbers for row and column headers. The specified starting numbers are used only for display purposes and have no effect on the actual row and column coordinates.
See Also
Changing Column and Row Numbering
SSSetSheet function
ActiveX Correspondence
StartingColNumber, StartingRowNumber properties