Aspose::Cells::Drawing::PictureCollection::Camera method

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)
ParameterTypeDescription
rowint32_tThe row index of this picture.
columnint32_tThe column index of this picture.
rangeconst U16String&The area that requires photography

ReturnValue

See Also

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)
ParameterTypeDescription
rowint32_tThe row index of this picture.
columnint32_tThe column index of this picture.
rangeconst char16_t*The area that requires photography

ReturnValue

See Also