Gets the border property with the specified name, or null if no border property has the specified name.
Syntax
Parameters
- name
- Name of the BorderProperty object to return
Return Value
BorderProperty object with the specified name or null if no BorderProperty object has the specified name
Example
This example parses the BorderColor property.
C# | Copy Code |
---|
FarPoint.Web.Spread.BorderProperty prop;
prop=FarPoint.Web.Spread.BorderProperty.Parse("BorderColor"); |
Visual Basic | Copy Code |
---|
Dim prop As FarPoint.Web.Spread.BorderProperty
prop=FarPoint.Web.Spread.BorderProperty.Parse("BorderColor") |
Requirements
Target Platforms: Windows 7, Windows 8, Windows Vista, Windows Server 2000, Windows 2000 Professional, Windows XP Professional, Windows NT 4.0 Workstation, SP6, Windows NT 4.0 Server, SP6
See Also