ActiveReports 18 .NET Edition
MESCIUS.ActiveReports.Core.Rendering Assembly / GrapeCity.DataVisualization.Chart Namespace / _ExcelSyntaxEngine Class / buildTemplateSegment Method

In This Topic
    buildTemplateSegment Method (_ExcelSyntaxEngine)
    In This Topic
    Syntax
    'Declaration
     
    Public Function buildTemplateSegment( _
       ByVal segmentExpression As String, _
       Optional ByVal format As String _
    ) As ITemplateSegment
    public ITemplateSegment buildTemplateSegment( 
       string segmentExpression,
       string format
    )

    Parameters

    segmentExpression
    format
    See Also