Spread 8.0 Documentation
SSGetBuffer, SSSetBuffer Functions
Support Options
DLL Reference > DLL Functions > SSGetBuffer, SSSetBuffer Functions

Glossary Item Box

SSGetBuffer, SSSetBuffer Functions


See Also    ActiveX

Applies To

fpSpread DLL control

Description

Set or return a byte array.

Syntax

C

BOOL SSGetBuffer(HWND hWnd, SS_COORD Col, SS_COORD Row, LPVOID lpBuffer, long *plSize);

BOOL SSSetBuffer(HWND hWnd, SS_COORD Col, SS_COORD Row, LPVOID lpBuffer, long lSize);

C++

BOOL TSpread::GetBuffer(SS_COORD Col, SS_COORD Row, LPVOID lpBuffer, long *plSize);

BOOL TSpread::SetBuffer(SS_COORD Col, SS_COORD Row, LPVOID lpBuffer, long lSize);

Parameters

These functions have the following parameters:

Parameter Description
hWnd Window handle of the fpSpread control
Col Column number of cell
Row Row number of cell
lpBuffer Buffer containing the data
lSize Size of the buffer

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.

Return Value

TRUE if the function completes successfully; FALSE otherwise.

See Also

SSSetSheet function

ActiveX Correspondence

GetText, SetText methods

Copyright © GrapeCity, inc. All rights reserved.