Programmer's Reference > WordApplication API > TableFormatting > LeftIndent
Sets or returns an int that represents the left indent for a table created with this formatting in twips. One twip = (1/20 pt) or (1/1440 in).
int
LeftIndent is a read / write property.
[csharp]
// Return LeftIndent int leftIndent = oTableFormatting.LeftIndent; // Set LeftIndent to 1 inch oTableFormatting.LeftIndent = 1440;
[vbnet]
' Return LeftIndent Dim leftIndent As Integer = oTableFormatting.LeftIndent ' Set LeftIndent to 1 inch oTableFormatting.LeftIndent = 1440
public int LeftIndent
public void LeftIndent int indent
Copyright 2007 © SoftArtisans, Inc. All Rights Reserved.