Header menu logo FsSpreadsheet

SharedStringItem Module

Functions for working with SharedStringItems.

Functions and values

Function or value Description

add sharedStringItem sst

Full Usage: add sharedStringItem sst

Parameters:
Returns: SharedStringTable

Adds the sharedStringItem to the sharedStringTable.

sharedStringItem : SharedStringItem
sst : SharedStringTable
Returns: SharedStringTable

create text

Full Usage: create text

Parameters:
    text : string

Returns: SharedStringItem

Creates a sharedStringItem containing the given string.

text : string
Returns: SharedStringItem

getText ssi

Full Usage: getText ssi

Parameters:
Returns: string

Gets the string contained in the sharedStringItem.

ssi : SharedStringItem
Returns: string

setText text ssi

Full Usage: setText text ssi

Parameters:
Returns: SharedStringItem

Sets the string contained in the sharedStringItem.

text : string
ssi : SharedStringItem
Returns: SharedStringItem

Type something to start searching.