Spread Windows Forms 13.0 Product Documentation
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet.Drawing Namespace / ICalloutFormat Interface / CustomLength Method


In This Topic
    CustomLength Method
    In This Topic
    Syntax
    'Declaration
     
    Sub CustomLength( _
       ByVal length As Integer _
    ) 
    'Usage
     
    Dim instance As ICalloutFormat
    Dim length As Integer
     
    instance.CustomLength(length)
    void CustomLength( 
       int length
    )

    Parameters

    length
    See Also