1
2
3
4
5
6
7
8
use crate::raw::drawing::shape::offset::XlsxOffset;

/// https://learn.microsoft.com/en-us/dotnet/api/documentformat.openxml.drawing.spreadsheet.position?view=openxml-3.0.1
///
/// This element describes the position of a drawing element within a spreadsheet.
///
/// pos (Position)
pub type XlsxSpreadsheetPosition = XlsxOffset;