Spread for ASP.NET 10 Product Documentation
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.
Requirements

Target Platforms: Windows 7, Windows 8, Windows 10, Windows Vista, Windows Server 2003, Windows Server 2008, Windows Server 2012, Windows XP Professional

See Also

Reference

BaseCellType Class
BaseCellType Members

 

 


Copyright © GrapeCity, inc. All rights reserved.