API Reference

Class

ExcelChartPlacement

Namespace OfficeIMO.Excel
Assembly OfficeIMO.Excel
Modifiers sealed

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

Constructors

public ExcelChartPlacement(Int32 row, Int32 column, Int32 widthPixels, Int32 heightPixels) #

Initializes a new chart placement.

Parameters

row System.Int32 requiredposition: 0
One-based worksheet row where the chart should be anchored.
column System.Int32 requiredposition: 1
One-based worksheet column where the chart should be anchored.
widthPixels System.Int32 requiredposition: 2
Chart width in pixels.
heightPixels System.Int32 requiredposition: 3
Chart height in pixels.

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.