PicturesCollection class
Represents worksheet collection.
Constructors
- PicturesCollection(Worksheet sheet)
- Create an instance of Pictures collection.
Properties
- count → int
-
Returns the count of pivot reference collection.
no setter
- hashCode → int
-
The hash code for this object.
no setterinherited
-
innerList
→ List<
Picture> -
Collection of worksheet
no setter
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- worksheet → Worksheet
-
Represents parent workbook
no setter
Methods
-
addBase64(
int topRow, int leftColumn, String base64Data) → Picture - Add styles to the collection
-
addStream(
int topRow, int leftColumn, List< int> stream) → Picture - Add styles to the collection
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited
-
operator [](
dynamic index) → Picture - Indexer of the class