Table of Contents

TAdaptativeFormats.AddSeparator Method

Overloads

TAdaptativeFormats.AddSeparator(String, Int32)

Adds a char separator at a given position. Separator array will be kept in order when you add a value.

Syntax

Namespace: FlexCel.Core

public void AddSeparator(String sep, Int32 sp)

Parameters

<-> Parameter Type Description
sep String Character that will be used to calculate the width of the string.
sp Int32 Position in the final string. (0 based)

See also

TAdaptativeFormats.AddSeparator(String, Int32, Int32)

Adds a separator at a given position. Separator array will be kept in order when you add a value. This routine considers utf32 characters.

Syntax

Namespace: FlexCel.Core

public void AddSeparator(String Format, Int32 fp, Int32 sp)

Parameters

<-> Parameter Type Description
Format String String with the characters.
fp Int32 Position in the format string. (0 based)
sp Int32 Position in the final string. (0 based)

See also