Spread Windows Forms 15.0
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()
    public int[] GetDynamicSpacePositions()

    Return Value

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