BuiltInDocumentProperties
WorksheetCollection.BuiltInDocumentProperties property
Returnerar enDocumentProperty
samling som representerar alla inbyggda dokumentegenskaper i kalkylarket.
public BuiltInDocumentPropertyCollection BuiltInDocumentProperties { get; }
Anmärkningar
En ny egenskap kan inte läggas till i listan med inbyggda dokumentegenskaper. Du kan bara få en inbyggd egenskap och ändra dess värde. Följande är den inbyggda egenskapsnamnlistan:
Titel
Ämne
Författare
Nyckelord
Kommentarer
Mall
Senaste författare
Revisionsnummer
applikationsnamn
Senaste utskriftsdatum
Skapelsedagen
Senast spara tid
Total redigeringstid
Antal sidor
Antal ord
Antal tecken
säkerhet
Kategori
Formatera
Chef
Företag
Antal byte
Antal rader
Antal stycken
Antal bilder
Antal anteckningar
Antal dolda bilder
Antal multimediaklipp
Exempel
[C#]
Workbook workbook = new Workbook();
DocumentProperty doc = workbook.Worksheets.BuiltInDocumentProperties["Author"];
doc.Value = "John Smith";
[Visual Basic]
Dim workbook as Workbook = New Workbook()
Dim doc as DocumentProperty = workbook.Worksheets.BuiltInDocumentProperties("Author")
doc.Value = "John Smith"
Se även
- class BuiltInDocumentPropertyCollection
- class WorksheetCollection
- namnutrymme Aspose.Cells
- hopsättning Aspose.Cells