Aracılığıyla paylaş


XmlMappedRange.Left Özellik

a sütununda sol kenarına sol kenardan uzaklığını gösteren bir değer alır XmlMappedRange Denetim.

Ad alanı:  Microsoft.Office.Tools.Excel
Derleme:  Microsoft.Office.Tools.Excel (Microsoft.Office.Tools.Excel.dll içinde)

Sözdizimi

'Bildirim
ReadOnly Property Left As Object
    Get
Object Left { get; }

Özellik Değeri

Tür: System.Object
a sütununda sol kenarına sol kenarından uzaklık XmlMappedRange Denetim.

Örnekler

Aşağıdaki kod örneği Left ve Top , a sütununda sol kenarına sol kenardan uzaklığını görüntülemek için özellikler bir XmlMappedRangeve uzaklığı 1 satır üst kenarı üstünden XmlMappedRange. Bu kod örneği, geçerli çalışma sayfasının içerdiğini varsayar bir XmlMappedRange adlı CustomerLastNameCell.

Private Sub DisplayLeftAndTop()
    MsgBox("The left border of CustomerLastNameCell is at " & _
        Me.CustomerLastNameCell.Left & " and the top is at " & _
        Me.CustomerLastNameCell.Top & ".")
End Sub
private void DisplayLeftAndTop()
{
    MessageBox.Show("The left border of CustomerLastNameCell is at " +
    this.CustomerLastNameCell.Left + " and the top is at " +
    this.CustomerLastNameCell.Top + ".");
}

.NET Framework Güvenliği

Ayrıca bkz.

Başvuru

XmlMappedRange Arabirim

Microsoft.Office.Tools.Excel Ad Alanı