Spread for ASP.NET 10 Product Documentation
ToString Method (BorderProperty)
Example 


Gets the name of the border property.
Syntax
'Declaration
 
Public Overrides Function ToString() As String
'Usage
 
Dim instance As BorderProperty
Dim value As String
 
value = instance.ToString()
public override string ToString()

Return Value

String containing the name of the border property
Example
This example returns a BorderProperty as a string to a text box.
FarPoint.Web.Spread.BorderProperty bord;
TextBox1.Text=bord.BorderColor.ToString;
Dim bord As FarPoint.Web.Spread.BorderProperty
TextBox1.Text=bord.BorderColor.ToString
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

BorderProperty Class
BorderProperty Members

 

 


Copyright © GrapeCity, inc. All rights reserved.