ActiveReports 19 .NET Edition
MESCIUS.ActiveReports.Core.Data.VBFunctionLib Assembly / GrapeCity.Enterprise.Data.VisualBasicReplacement Namespace / Strings Class / Space Method
Required. Integer expression. The number of spaces you want in the string.

In This Topic
    Space Method
    In This Topic
    Returns a string consisting of the specified number of spaces.
    Syntax
    'Declaration
     
    Public Shared Function Space( _
       ByVal number As Integer _
    ) As String
    public static string Space( 
       int number
    )

    Parameters

    number
    Required. Integer expression. The number of spaces you want in the string.

    Return Value

    Returns a string consisting of the specified number of spaces.
    See Also