GrapeCity.Win.MultiRow Namespace > ShapeCell Class : EllipsisString Property |
<SRDescriptionAttribute("Indicates the ellipsis string.")> <SRCategoryAttribute("Behavior")> <LocalizableAttribute(True)> <EditorBrowsableAttribute()> <BrowsableAttribute(True)> <DefaultValueAttribute()> Public Property EllipsisString As String
Dim instance As ShapeCell Dim value As String instance.EllipsisString = value value = instance.EllipsisString
[SRDescription("Indicates the ellipsis string.")] [SRCategory("Behavior")] [Localizable(true)] [EditorBrowsable()] [Browsable(true)] [DefaultValue()] public string EllipsisString {get; set;}
You should use this property with the Ellipsis property.
If you set a string with special chars such as '\r', '\n' and '\t', the special chars will be ignored.
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2