Spread Windows Forms 12.0 Product Documentation
GetDynamicSpacePositions Method


GrapeCity.Spreadsheet Assembly > GrapeCity.Spreadsheet Namespace > FormatResult Structure : GetDynamicSpacePositions Method
Gets the positions of dynamic space characters.
Syntax
'Declaration
 
Public Function GetDynamicSpacePositions() As Integer()
'Usage
 
Dim instance As FormatResult
Dim value() As Integer
 
value = instance.GetDynamicSpacePositions()
public int[] GetDynamicSpacePositions()

Return Value

An integer array represent the positions of dynamic space characters.
See Also

Reference

FormatResult Structure
FormatResult Members