API Reference
Class
ExcelChartPlacement
Represents a chart placement slot in an Excel worksheet.
Inheritance
- Object
- ExcelChartPlacement
Usage
This type appears in these public API surfaces even when no hand-authored example is attached directly to the page.
Returned or exposed by
- Method ExcelChartGridLayout.Next
Constructors
public ExcelChartPlacement(Int32 row, Int32 column, Int32 widthPixels, Int32 heightPixels) #Initializes a new chart placement.
Parameters
- row System.Int32
- One-based worksheet row where the chart should be anchored.
- column System.Int32
- One-based worksheet column where the chart should be anchored.
- widthPixels System.Int32
- Chart width in pixels.
- heightPixels System.Int32
- Chart height in pixels.
Inherited Methods
public override Boolean Equals(Object obj) #Returns:
BooleanInherited from Object
Parameters
- obj Object
Properties
public Int32 Row { get; } #Gets the one-based worksheet row where the chart should be anchored.
public Int32 Column { get; } #Gets the one-based worksheet column where the chart should be anchored.
public Int32 WidthPixels { get; } #Gets the chart width in pixels.
public Int32 HeightPixels { get; } #Gets the chart height in pixels.