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 > Style > Border

Border Property


C# Signature:

VB.NET Signature:


Description:

Returns a Border object for the style.

Border is a read only property.



Examples:

[csharp]
Border bdr = styl.Border;
[vbnet]
Dim bdr As Border = styl.Border


Getter

Signature:

public Border Border

Returns:

Border A Border object associated with the style.



Copyright 2005 © SoftArtisans, Inc. All Rights Reserved.