'Declaration Public Shared Function Create( _
ByVal locationTypeТип локации.As SheetDrawingLocationType, _
ByVal worksheetРабочий лист.As Worksheet, _
ByVal boundingBoxОграничивающая рамка места рисования.As Vintasoft.Primitives.VintasoftRect _
) As SheetDrawingLocation
public static SheetDrawingLocation Create(
SheetDrawingLocationType locationType,
Worksheet worksheet,
Vintasoft.Primitives.VintasoftRect boundingBox
)
public: static SheetDrawingLocation* Create(
SheetDrawingLocationType locationType,
Worksheet* worksheet,
Vintasoft.Primitives.VintasoftRect boundingBox
)
public:
static SheetDrawingLocation^ Create(
SheetDrawingLocationType locationType,
Worksheet^ worksheet,
Vintasoft.Primitives.VintasoftRect boundingBox
)
Parameters
- locationType
- Тип локации.
- worksheet
- Рабочий лист.
- boundingBox
- Ограничивающая рамка места рисования.
Return Value
Новый экземпляр класса SheetDrawingLocation.