[]
        
(Showing Draft Content)

GrapeCity.Documents.Excel.Drawing.IFloor

Interface IFloor

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

Represents the floor of a 3-D chart.

public interface IFloor

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 an Integer, specifying the thickness of the floor (read or write).

int Thickness { get; set; }

Property Value

int