[]
        
(Showing Draft Content)

GrapeCity.Documents.Excel.Drawing.IWall

Interface IWall

Namespace
GrapeCity.Documents.Excel.Drawing
Assembly
GcDocs.Excel.dll

Represents the walls of a 3-D chart.

public interface IWall

Properties

Format

Returns the IChartFormat object (read-only).

IChartFormat Format { get; }

Property Value

IChartFormat

Parent

Returns the parent object for the specified object.

IChart Parent { get; }

Property Value

IChart

Thickness

Gets or sets the thickness of the wall (read or write).

int Thickness { get; set; }

Property Value

int