Example
The following example creates a tab-delimited string and loads it into a block of cells (B2:D3).
{
LPSTR lpszText = "111\t222\t333\r\n444\t555\t666";
SSClipIn(hWnd, 2, 2, 4, 3, lpszText, lstrlen(lpszText));
}
Spread 8.0 Documentation | |
Example | |
Support Options |
Glossary Item Box