ChartSheet.Elevation Özellik

Alır veya ayarlar yükseltme 3-b, Microsoft.Office.Tools.Excel.ChartSheet, derece.

Ad alanı:  Microsoft.Office.Tools.Excel
Derlemeler:   Microsoft.Office.Tools.Excel.v4.0.Utilities (Microsoft.Office.Tools.Excel.v4.0.Utilities.dll içinde)
  Microsoft.Office.Tools.Excel (Microsoft.Office.Tools.Excel.dll içinde)

Sözdizimi

'Bildirim
Property Elevation As Integer
int Elevation { get; set; }

Özellik Değeri

Tür: System.Int32
3-B yükselmesi Microsoft.Office.Tools.Excel.ChartSheet, derece.

Örnekler

Aşağıdaki kod örneğinde Elevation yüksekliğinden ayarlamak için özellik geçerli görünümünü Microsoft.Office.Tools.Excel.ChartSheet 75 derece hesaplanır.

Private Sub ModifyElevationAndFloor()
    Globals.Sheet1.Range("A1", "A5").Value2 = 22
    Globals.Sheet1.Range("B1", "B5").Value2 = 55

    Me.SetSourceData(Globals.Sheet1.Range("A1", "B5"), _
        Excel.XlRowCol.xlColumns)
    Me.ChartType = Excel.XlChartType.xl3DColumn

    Me.Floor.Interior.Color = _
            ColorTranslator.ToOle(Color.Green)
    Me.Elevation = 75
End Sub
private void ModifyElevationAndFloor()
{
    Globals.Sheet1.Range["A1", "A5"].Value2 = 22;
    Globals.Sheet1.Range["B1", "B5"].Value2 = 55;

    this.SetSourceData(Globals.Sheet1.Range["A1", "B5"],
        Excel.XlRowCol.xlColumns);
    this.ChartType = Excel.XlChartType.xl3DColumn; 

    this.Floor.Interior.Color =
        ColorTranslator.ToOle(Color.Green);
    this.Elevation = 75;
}

.NET Framework Güvenliği

Ayrıca bkz.

Başvuru

ChartSheet Arabirim

Microsoft.Office.Tools.Excel Ad Alanı