행 전체의 글자색을 확인 합니다.
ObjId.GetRowFontColor(Row);
Parameter | Type | Required | Description |
---|---|---|---|
Row | Long |
필수 | 대상 행 Index |
String, 설정 색상
// 3행의 글자색을 확인
console.log("rowFontColor:", mySheet.GetRowFontColor(3));
version | desc |
---|---|
7.0.0.0 |