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

Item Property


C# Signature:

VB.NET Signature:


Description:

Returns a BorderPart object representing the specified part of the border. This is the indexer for the Border object.

Item is a read only property.



Examples:

[csharp]
BorderPart bp = b.Part(Border.Part.Left);
[vbnet]
Dim bp As BorderPart = b.Part(Border.Part.Left)


Getter

Signature:

public BorderPart Item

Parameters:

Border.Part part The part of the border for which to set the line style.

Returns:

BorderPart The BorderPart object representing the specified part of the border.



Copyright 2005 © SoftArtisans, Inc. All Rights Reserved.