Spread ASP.NET 17
FarPoint.Web.Spread Assembly / FarPoint.Web.Spread Namespace / BaseCellType Class / FormatForPdf Method
Value


In This Topic
    FormatForPdf Method (BaseCellType)
    In This Topic
    Returns the format of a value for PDF.
    Syntax
    'Declaration
     
    
    Protected Overridable Function FormatForPdf( _
       ByVal value As Object _
    ) As String
    'Usage
     
    
    Dim instance As BaseCellType
    Dim value As Object
    Dim value As String
     
    value = instance.FormatForPdf(value)
    protected virtual string FormatForPdf( 
       object value
    )

    Parameters

    value
    Value
    See Also