Spread WinForms 15
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / FormatResult Structure / GetDynamicSpacePositions Method


In This Topic
GetDynamicSpacePositions Method
In This Topic
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()

Return Value

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