# 样式

样式通过 `Vtiful\Kernel\Format` 构造，并应用到单元格、行或列。同一个 `Format` 句柄可以被多个单元格共享复用。

本节内容：

* [组合样式](/zhong-wen-jian-ti/style/combination.md) —— 在同一个句柄上链式调用多个样式方法。
* [全局默认样式](/zhong-wen-jian-ti/style/default-format.md) —— 为整个工作表设置默认样式。

完整的样式属性目录请参见 [样式列表](/zhong-wen-jian-ti/style-list.md)。


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://xlswriter-docs.viest.me/zhong-wen-jian-ti/style.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
