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

FirstColumn Property


C# Signature:

VB.NET Signature:


Description:

Sets or returns the 0-based number of the first column within the rectangular area of cells.

FirstColumn is a read only property.



Examples:

[csharp]
// Get FirstColumn
int firstCol = a.FirstColumn;

// Set FirstColumn
a.FirstColumn = 5;
[vbnet]
' Get FirstColumn
Dim firstCol As Integer = a.FirstColumn

// Set FirstColumn
a.FirstColumn = 5


Getter

Signature:

public int FirstColumn

Returns:

int The 0-based number of the first column within the specified area.



Copyright 2005 © SoftArtisans, Inc. All Rights Reserved.