Forums     Knowledge Base     OfficeWriter Online     
 
This documentation is for
OfficeWriter v3.0.4
.NET Platform

View Docs for Another
Version or Platform

Programmer's Reference > ExcelApplication API > Area > BorderAround

BorderAround Property


C# Signature:

VB.NET Signature:


Description:

Returns a Border object that represents a border around the area. Use the Border object returned to set the appearance of the border.

BorderAround is a read only property.



Examples:

[csharp]
Border bordr = a.BorderAround;
[vbnet]
Dim bordr As Border = a.BorderAround


Getter

Signature:

public Border BorderAround

Returns:

Border A Border object representing the border around the area.



Copyright 2005 © SoftArtisans, Inc. All Rights Reserved.