@Retention(value=RUNTIME) @Target(value=TYPE) public @interface CSheet
CSheet
CCell[]
cells
int
cols
rows
String
title
public abstract String title
public abstract int rows
public abstract int cols
public abstract CCell[] cells
Copyright © 2012–2020. All rights reserved.