Spread for ASP.NET 12 Product Documentation
DataTitleFormatString Property


FarPoint.Web.Spread Assembly > FarPoint.Web.Spread Namespace > TagCloudCellType Class : DataTitleFormatString Property
Gets or sets the format string for the title of an item, represented as a tooltip for the item.
Syntax
'Declaration
 
Public Property DataTitleFormatString As String
'Usage
 
Dim instance As TagCloudCellType
Dim value As String
 
instance.DataTitleFormatString = value
 
value = instance.DataTitleFormatString
public string DataTitleFormatString {get; set;}
Remarks
{0} in the string is replaced with the value of the field specified as the DataTitleField.
See Also

Reference

TagCloudCellType Class
TagCloudCellType Members