接口 ITableStyleElements
public interface ITableStyleElements
Represents table style elements.
-
方法概要
修饰符和类型方法说明get
(TableStyleElementType index) Returns a single object from a collection.int
getCount()
Returns the number of objects in the collection.
-
方法详细资料
-
getCount
int getCount()Returns the number of objects in the collection. -
get
Returns a single object from a collection.- 参数:
index
- A table style element.
-