Package ai.extend.types
Interface BlockMetadataSheet.IndexStage
-
- All Known Implementing Classes:
BlockMetadataSheet.Builder
- Enclosing class:
- BlockMetadataSheet
public static interface BlockMetadataSheet.IndexStage
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description BlockMetadataSheet.Builderfrom(BlockMetadataSheet other)BlockMetadataSheet.NameStageindex(int index)The zero-based index of the sheet in the original workbook.
-
-
-
Method Detail
-
index
BlockMetadataSheet.NameStage index(int index)
The zero-based index of the sheet in the original workbook.
-
from
BlockMetadataSheet.Builder from(BlockMetadataSheet other)
-
-