مشاركة عبر


WorksheetBase.Tab الخاصية

يحصل Microsoft.Office.Interop.Excel.Tabورقة عمل.

مساحة الاسم:  Microsoft.Office.Tools.Excel
التجميع:  Microsoft.Office.Tools.Excel.v4.0.Utilities (في Microsoft.Office.Tools.Excel.v4.0.Utilities.dll)

بناء الجملة

'إقرار
Public ReadOnly Property Tab As Tab
    Get
public Tab Tab { get; }

قيمة الخاصية

النوع: Microsoft.Office.Interop.Excel.Tab
AMicrosoft.Office.Interop.Excel.Tabfor the ورقة عمل.

أمثلة

يلي تعليمات برمجية يستخدم المثال Tabخاصية لتعيين اللون الأساسي من علامة تبويب ورقة عمل إلى اللون أزرق.

Th هو المثال هو لتخصيص المستوى مستند.

Private Sub SetTabColor()
    ' Set the color to the RGB value for blue.
    Me.Tab.Color = &HFF0000
End Sub
private void SetTabColor()
{
    // Set the color to the RGB value for blue.
    this.Tab.Color = 0xFF0000;
}

أمن NET Framework.

راجع أيضًَا

المرجع

WorksheetBase الفئة

WorksheetBase الأعضاء

Microsoft.Office.Tools.Excel مساحة الاسم