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

IndentLevel Property


C# Signature:

VB.NET Signature:


Description:

Sets or returns level of indentation of the contents within the cell.

IndentLevel is a read / write property.



Examples:

[csharp]
// Get IndentLevel
int indentLevel = style.IndentLevel;

// Set IndentLevel
style.IndentLevel= 4;
[vbnet]
' Get IndentLevel
Dim indentLevel As Integer = style.IndentLevel

' Set IndentLevel
style.IndentLevel = 2
[vbnet]


Getter

Signature:

public int IndentLevel

Returns:

int The level of indentation of the contents within the cell.

Setter

Signature:

public void IndentLevel int indentLevel

Type:

int



Copyright 2005 © SoftArtisans, Inc. All Rights Reserved.