Excel for WinRT
Indent Property


Gets or sets the indent cell contents for this XLStyle.
Syntax
'Declaration
 
Public Property Indent As System.Integer
'Usage
 
Dim instance As XLStyle
Dim value As System.Integer
 
instance.Indent = value
 
value = instance.Indent
public System.int Indent {get; set;}
Remarks
This property should be set to values between 0 and 255 (between 0 and 15 for Excel 2003 compatible mode), indent calculate as value multiplied by the step (similar TAB value in the text) is equal 2,5 points (180 twips).
See Also

Reference

XLStyle Class
XLStyle Members

 

 


Copyright (c) GrapeCity, inc. All rights reserved.

Product Support Forum  |  Documentation Feedback