Spread for ASP.NET 12 Product Documentation
AppendEllipsis Method


FarPoint.Web.Spread Assembly > FarPoint.Web.Spread Namespace > BaseCellType Class : AppendEllipsis Method
The rectangle.
The appearance.
The value.
The zoom factor.
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)
protected string AppendEllipsis( 
   RectangleF r,
   Appearance appearance,
   string value,
   float zoomFactor
)

Parameters

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

Reference

BaseCellType Class
BaseCellType Members