Aspose::Cells::Drawing::PictureCollection::Camera method
Contents
[
Hide
]PictureCollection::Camera(int32_t, int32_t, const U16String&) method
Takes a photo of the range.
int32_t Aspose::Cells::Drawing::PictureCollection::Camera(int32_t row, int32_t column, const U16String &range)
Parameter | Type | Description |
---|---|---|
row | int32_t | The row index of this picture. |
column | int32_t | The column index of this picture. |
range | const U16String& | The area that requires photography |
ReturnValue
See Also
- Class Vector
- Class U16String
- Class PictureCollection
- Namespace Aspose::Cells::Drawing
- Library Aspose.Cells for C++
PictureCollection::Camera(int32_t, int32_t, const char16_t*) method
Takes a photo of the range.
int32_t Aspose::Cells::Drawing::PictureCollection::Camera(int32_t row, int32_t column, const char16_t *range)
Parameter | Type | Description |
---|---|---|
row | int32_t | The row index of this picture. |
column | int32_t | The column index of this picture. |
range | const char16_t* | The area that requires photography |
ReturnValue
See Also
- Class Vector
- Class PictureCollection
- Namespace Aspose::Cells::Drawing
- Library Aspose.Cells for C++