C# Class Revit.SDK.Samples.RoomSchedule.SheetInfo

One struct defines the content of mapped Excel spreadsheet: the full name of this file and the sheet. Only the opened sheet is reserved by this struct.
Afficher le fichier Open project: AMEE/revit Class Usage Examples

Méthodes publiques

Méthode Description
SheetInfo ( String fileName, String sheetName ) : System

Ctor method

Method Details

SheetInfo() public méthode

Ctor method
public SheetInfo ( String fileName, String sheetName ) : System
fileName String Full path name file.
sheetName String The sheet name of spreadsheet which was opened.
Résultat System