GrapeCity MultiRow Windows Forms Documentation
GetTextBullet Method


A System.Int32 value that indicates the index of the bulleted item.
Gets the text bullet.
Syntax
Function GetTextBullet( _
   ByVal index As Integer _
) As String
Dim instance As ICustomTextBullet
Dim index As Integer
Dim value As String
 
value = instance.GetTextBullet(index)
string GetTextBullet( 
   int index
)

Parameters

index
A System.Int32 value that indicates the index of the bulleted item.

Return Value

A System.String instance that represents the bullet text.
Requirements

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

See Also

Reference

ICustomTextBullet Interface
ICustomTextBullet Members

 

 


Copyright © GrapeCity, inc. All rights reserved.