Forums     Knowledge Base     OfficeWriter Online     
 
 
This documentation is for
OfficeWriter v3.8.1
.NET Platform

View Docs for Another
Version or Platform

Programmer's Reference > WordApplication API > TableFormatting > DefaultShading

DefaultShading Property


C# Signature:

VB.NET Signature:


Description:

Returns an Shading object which on which you can manipulate the default shading (fill color and/or pattern) properties of a table's cells that has this formatting.

MS Word equivalent: Format menu > Borders and Shading... > Shading tab

DefaultShading is a read only property.



Examples:

[csharp]
oTableFormatting.Shading.BackgroundColor = Color.Gray;
[vbnet]
oTableFormatting.Shading.BackgroundColor = Color.Gray


Getter

Signature:

public Shading DefaultShading

Returns:

Shading An Shading object which on which you can manipulate the shading (fill color and/or pattern) properties of this table.



Copyright 2007 © SoftArtisans, Inc. All Rights Reserved.