---
title: Table.ViewFunction – สร้าง View Function
url: https://www.thepexcel.com/functions/power-query/table-functions/table-viewfunction/
type: function-explainer
program: Power Query
syntax: Table.ViewFunction(function as function) as function
date: 2025-12-06
updated: 2025-12-17
scores:
  popularity: 2
  difficulty: 7
  usefulness: 3
---

# Table.ViewFunction – สร้าง View Function

> สร้างฟังก์ชันสำหรับ Table.View

## คำอธิบาย

Table.ViewFunction ใช้สำหรับสร้างฟังก์ชันที่สามารถถูกดักจับ (Intercept) โดย Table.View ได้

## Syntax

```excel
Table.ViewFunction(function as function) as function
```

## Arguments

| Name | Required | Type | Default | Description |
| --- | --- | --- | --- | --- |
| function | Yes | function |  | ฟังก์ชัน |

## เคสการใช้งาน

### Custom Connector Development

Custom Connector Development

## แหล่งข้อมูลเพิ่มเติม

- [Microsoft Learn: Table.ViewFunction](https://learn.microsoft.com/en-us/powerquery-m/table-viewfunction) _(Official Documentation)_

---

_Source: [https://www.thepexcel.com/functions/power-query/table-functions/table-viewfunction/](https://www.thepexcel.com/functions/power-query/table-functions/table-viewfunction/)_
