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 > Cell > Name

Name Property


C# Signature:

VB.NET Signature:


Description:

Returns the cell's Excel-style name (such as, "B5").

Name is a read only property.



Examples:

[csharp]
string cellName = cellA1.Name;
[vbnet]
Dim cellName As String = cellA1.Name


Getter

Signature:

public String Name

Returns:

String The cell's Excel-style reference.



Copyright 2005 © SoftArtisans, Inc. All Rights Reserved.