Spread for ASP.NET 7.0 Product Documentation
AppendEllipsis Method
See Also  Support Options
FarPoint.Web.Spread Assembly > FarPoint.Web.Spread Namespace > BaseCellType Class : AppendEllipsis Method


r
The r.
appearance
The appearance.
value
The value.
zoomFactor
The zoom factor.

Glossary Item Box

Appends the ellipsis.

Syntax

Visual Basic (Declaration) 
Protected Function AppendEllipsis( _
   ByVal r As RectangleF, _
   ByVal appearance As Appearance, _
   ByVal value As String, _
   ByVal zoomFactor As Single _
) As String
Visual Basic (Usage)Copy Code
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)
C# 
protected string AppendEllipsis( 
   RectangleF r,
   Appearance appearance,
   string value,
   float zoomFactor
)

Parameters

r
The r.
appearance
The appearance.
value
The value.
zoomFactor
The zoom factor.

Requirements

Target Platforms: Windows 7, Windows 8, Windows Vista, Windows Server 2000, Windows 2000 Professional, Windows XP Professional, Windows NT 4.0 Workstation, SP6, Windows NT 4.0 Server, SP6

See Also

© 2002-2014 ComponentOne, a division of GrapeCity. All Rights Reserved.