Spread ASP.NET 17
FarPoint.Web.Spread Assembly / FarPoint.Web.Spread Namespace / BaseCellType Class / AppendEllipsis Method
The rectangle.
The appearance.
The value.
The zoom factor.


In This Topic
    AppendEllipsis Method
    In This Topic
    Appends the ellipsis.
    Syntax
    'Declaration
     
    
    Protected Function AppendEllipsis( _
       ByVal r As RectangleF, _
       ByVal appearance As Appearance, _
       ByVal value As String, _
       ByVal zoomFactor As Single _
    ) As String
    'Usage
     
    
    Dim instance As BaseCellType
    Dim r As RectangleF
    Dim appearance As Appearance
    Dim value As String
    Dim zoomFactor As Single
    Dim value As String
     
    value = instance.AppendEllipsis(r, appearance, value, zoomFactor)

    Parameters

    r
    The rectangle.
    appearance
    The appearance.
    value
    The value.
    zoomFactor
    The zoom factor.
    See Also