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 > Dimensions

Dimensions Property


C# Signature:

VB.NET Signature:


Description:

Sets or returns the dimensions of the area in the format "A1:B7".

Dimensions is a read only property.



Examples:

[csharp]
// Get Dimensions
string areaDimensions = a.Dimensions;

// Set Dimensions
a.Dimensions = "A1:B7";
[vbnet]
' Get Dimensions
Dim areaDimensions As String = a.Dimensions

' Set Dimensions
a.Dimensions = "A1:B7"


Getter

Signature:

public String Dimensions

Returns:

String A string representation of the formula that defines the area.



Copyright 2005 © SoftArtisans, Inc. All Rights Reserved.